From b2592f12318ccaa741ad83b2dbff30c137f7e17b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 10:15:23 +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 281a7d7..fde8e53 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: contents: write steps: - name: Download sdist artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: sdist path: ./dist @@ -40,7 +40,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 acdf512..150b143 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,7 +38,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