Skip to content

Commit dee5002

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 142bb0c commit dee5002

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
@@ -97,7 +97,7 @@ jobs:
9797
id-token: write # IMPORTANT: mandatory for trusted publishing
9898
steps:
9999
- name: Download all the dists
100-
uses: actions/download-artifact@v4
100+
uses: actions/download-artifact@v5
101101
with:
102102
name: python-package-distributions
103103
path: dist/
@@ -117,7 +117,7 @@ jobs:
117117

118118
steps:
119119
- name: Download all the dists
120-
uses: actions/download-artifact@v4
120+
uses: actions/download-artifact@v5
121121
with:
122122
name: python-package-distributions
123123
path: dist/
@@ -162,7 +162,7 @@ jobs:
162162

163163
steps:
164164
- name: Download all the dists
165-
uses: actions/download-artifact@v4
165+
uses: actions/download-artifact@v5
166166
with:
167167
name: python-package-distributions
168168
path: dist/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ jobs:
824824
just install
825825
826826
- name: Get coverage files
827-
uses: actions/download-artifact@v4
827+
uses: actions/download-artifact@v5
828828
with:
829829
pattern: "*.coverage"
830830
merge-multiple: true

0 commit comments

Comments
 (0)