From 997691adef2970973d88414c934feff3369a4aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:15:56 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 8d5f99f..57e424b 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@v5 + uses: actions/download-artifact@v6 with: name: sdist path: ./dist @@ -37,7 +37,7 @@ jobs: id-token: write steps: - name: Download sdist artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: sdist path: ./dist diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1da2e43..02960c1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,7 +34,7 @@ jobs: run: uv sync --all-extras --all-groups - name: Download sdist artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: sdist path: ./dist