From 4d058e756a54e1bb91abe747b51ef1fcb6b0b0bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:14:17 +0000 Subject: [PATCH] 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/release.yaml | 4 ++-- .github/workflows/test.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fc72e7c..a674043 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: contents: write steps: - name: Download sdist artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: sdist path: ./dist @@ -37,7 +37,7 @@ jobs: id-token: write steps: - name: Download sdist artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: sdist path: ./dist diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3b3c155..10bdecd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,7 +34,7 @@ jobs: run: uv sync --all-groups --python ${{ matrix.python-version }} - name: Download sdist artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: sdist path: ./dist