From 11bb996e0851ee18bcdc82deb13e3b2b2df5c8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:44:05 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/pre-release.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test-release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d70af35..e2f0419 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -159,7 +159,7 @@ jobs: cache: pip - name: Download built package - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: package-wheel-cp${{ matrix.python }}-${{ matrix.os }} path: dist diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index e052c69..2fc38cc 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -150,7 +150,7 @@ jobs: uses: actions/checkout@v5 - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: # pattern should match the upload artifact naming convention # of the previous jobs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55cda8e..92b518a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -141,7 +141,7 @@ jobs: uses: actions/checkout@v5 - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: # pattern should match the upload artifact naming convention # of the previous jobs diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index ce3980f..3fbf8c9 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -139,7 +139,7 @@ jobs: uses: actions/checkout@v5 - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: # pattern should match the upload artifact naming convention # of the previous jobs