Skip to content

Commit 9fff354

Browse files
⬆ Bump actions/download-artifact from 4 to 5
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]>
1 parent 8968824 commit 9fff354

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
id-token: write # IMPORTANT: mandatory for trusted publishing
100100
steps:
101101
- name: Download all the dists
102-
uses: actions/download-artifact@v4
102+
uses: actions/download-artifact@v5
103103
with:
104104
name: python-package-distributions
105105
path: dist/
@@ -119,7 +119,7 @@ jobs:
119119

120120
steps:
121121
- name: Download all the dists
122-
uses: actions/download-artifact@v4
122+
uses: actions/download-artifact@v5
123123
with:
124124
name: python-package-distributions
125125
path: dist/
@@ -164,7 +164,7 @@ jobs:
164164

165165
steps:
166166
- name: Download all the dists
167-
uses: actions/download-artifact@v4
167+
uses: actions/download-artifact@v5
168168
with:
169169
name: python-package-distributions
170170
path: dist/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ jobs:
670670
just install
671671
672672
- name: Get coverage files
673-
uses: actions/download-artifact@v4
673+
uses: actions/download-artifact@v5
674674
with:
675675
pattern: "*.coverage"
676676
merge-multiple: true

0 commit comments

Comments
 (0)