From 41f48c9daf54ee633805cf758def1231a4a400e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 18:37:57 +0000 Subject: [PATCH] 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/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce19f90..db5227d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: GITHUB_OAUTH: ${{ secrets.CR_PAT_WORKFLOW }} - name: Download Wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: artifacts-wheel-${{ matrix.os }} path: dist/ @@ -135,7 +135,7 @@ jobs: clean: true - name: Download Wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: artifacts-wheel-${{ matrix.os }} path: dist/ @@ -196,7 +196,7 @@ jobs: submodules: recursive - name: Download Debian artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: artifacts-deb-ubuntu-22.04 path: artifacts/ @@ -254,7 +254,7 @@ jobs: submodules: recursive - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: artifacts/ pattern: artifacts-*