From 98ee7b129544ca15c0bf01adc22b0fdf6970be11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:34:51 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c75bc47..c017c1a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -119,7 +119,7 @@ jobs: run: env - name: Download package - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist-packages path: dist @@ -275,7 +275,7 @@ jobs: runs-on: ubuntu-slim steps: - name: Download distribution files - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist-packages path: dist @@ -321,7 +321,7 @@ jobs: id-token: write steps: - name: Download distribution files - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist-packages path: dist