From 564fc30002a764cfd5a1bde9c537e87abb7ab025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 10:38:53 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/release-linux.yml | 4 ++-- .github/workflows/release-osx-win.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 931f740b4..31e29ad5b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -60,7 +60,7 @@ jobs: needs: [build] steps: - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: site path: site diff --git a/.github/workflows/release-linux.yml b/.github/workflows/release-linux.yml index 1c88a3b02..c3b4728fd 100644 --- a/.github/workflows/release-linux.yml +++ b/.github/workflows/release-linux.yml @@ -74,7 +74,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: pattern: dist-* merge-multiple: true @@ -119,7 +119,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.12" - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: pattern: dist-* merge-multiple: true diff --git a/.github/workflows/release-osx-win.yml b/.github/workflows/release-osx-win.yml index 335563505..570f7a929 100644 --- a/.github/workflows/release-osx-win.yml +++ b/.github/workflows/release-osx-win.yml @@ -99,7 +99,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.12" - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: pattern: dist-* merge-multiple: true