Skip to content

Commit 78d02cb

Browse files
Bump actions/download-artifact from 4 to 5 (#428)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 18cdb5d commit 78d02cb

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
@@ -108,7 +108,7 @@ jobs:
108108
env:
109109
UV_PYTHON_PREFERENCE: only-managed
110110
- name: Download coverage data
111-
uses: actions/download-artifact@v4
111+
uses: actions/download-artifact@v5
112112
with:
113113
path: .tox
114114
pattern: .coverage.*

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id-token: write
3939
steps:
4040
- name: Download all the dists
41-
uses: actions/download-artifact@v4
41+
uses: actions/download-artifact@v5
4242
with:
4343
name: ${{ env.dists-artifact-name }}
4444
path: dist/

0 commit comments

Comments
 (0)