From 6280b949f97e0bd80586c2815d429b02b34d47e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:56:21 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 in the all group Bumps the all group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 367a6fb..a3ac918 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -105,7 +105,7 @@ jobs: hatch -v env create coverage hatch run coverage:pip freeze - name: Download coverage data - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: report pattern: coverage-* diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f4e9221..4ada611 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,7 +38,7 @@ jobs: id-token: write steps: - name: Download all the dists - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ env.dists-artifact-name }} path: dist/