Skip to content

Commit 0769294

Browse files
Bump actions/download-artifact from 6 to 7 (#458)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 414193a commit 0769294

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
env:
9595
UV_PYTHON_PREFERENCE: only-managed
9696
- name: "⬇️ Download coverage data"
97-
uses: actions/download-artifact@v6
97+
uses: actions/download-artifact@v7
9898
with:
9999
path: .tox
100100
pattern: .coverage.*

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id-token: write
3535
steps:
3636
- name: "⬇️ Download all the dists"
37-
uses: actions/download-artifact@v6
37+
uses: actions/download-artifact@v7
3838
with:
3939
name: ${{ env.dists-artifact-name }}
4040
path: dist/

0 commit comments

Comments
 (0)