From a8cafe9feeb82502299e1ef3be9a9b5066d3f5b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 09:20:10 +0000 Subject: [PATCH] Build(deps): Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 8f23585..46cc7fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -134,7 +134,7 @@ jobs: run: env - name: Download package - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: dist-packages path: dist @@ -298,7 +298,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Download distribution files - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: dist-packages path: dist @@ -344,7 +344,7 @@ jobs: id-token: write steps: - name: Download distribution files - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: dist-packages path: dist