Skip to content

Commit 1df8c34

Browse files
Bump actions/download-artifact from 4 to 5 (#149)
* 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]> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Agner <[email protected]>
1 parent 4ec0ae3 commit 1df8c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
id-token: write
8282
steps:
8383
- name: Download all the dists
84-
uses: actions/download-artifact@v4
84+
uses: actions/download-artifact@v5.0.0
8585
with:
8686
name: python-package-distributions
8787
path: dist/
@@ -101,7 +101,7 @@ jobs:
101101
id-token: write
102102
steps:
103103
- name: Download all the dists
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v5.0.0
105105
with:
106106
name: python-package-distributions
107107
path: dist/

0 commit comments

Comments
 (0)