From c10644168519c237fbcac6d8661b9aa96711e09d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 23:36:27 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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/ci-test.yml | 2 +- .github/workflows/release.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index fd75151..922675e 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -114,7 +114,7 @@ jobs: retention-days: 1 - name: "Download artifacts" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 - name: "Upload coverage to Codecov" uses: codecov/codecov-action@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3061fdb..cdcad23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -132,7 +132,7 @@ jobs: - uses: actions/checkout@v4 - name: "Download built wheel artifacts" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: dist - name: "Get CAPIO-CL version" @@ -216,23 +216,23 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: path: dist_all name: wheels-ubuntu-latest - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: path: dist_all name: wheels-ubuntu-24.04-arm - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: path: dist_all name: wheels-macos-15-intel - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: path: dist_all name: wheels-macos-latest - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: path: dist_all name: sdist