From c12b9000e995ccedb1e9c20dc5d6729a61cd79f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:27:41 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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 aed49b1..24d0a0f 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@v6 + uses: actions/download-artifact@v8 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 a030822..be8ee15 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -150,7 +150,7 @@ jobs: uses: actions/checkout@v6 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 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 aec223a..7d2fac4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -141,7 +141,7 @@ jobs: uses: actions/checkout@v6 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 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 1197da0..b710259 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -139,7 +139,7 @@ jobs: uses: actions/checkout@v6 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: # pattern should match the upload artifact naming convention # of the previous jobs