Skip to content

Commit 5e500f3

Browse files
Bump actions/download-artifact from 4 to 5 (#1513)
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> Co-authored-by: Anders <[email protected]>
1 parent 3c24012 commit 5e500f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id-token: write # IMPORTANT: mandatory for trusted publishing
5252
steps:
5353
- name: Download all the dists
54-
uses: actions/download-artifact@v4
54+
uses: actions/download-artifact@v5
5555
with:
5656
name: python-package-distributions
5757
path: dist/
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Download all the dists
75-
uses: actions/download-artifact@v4
75+
uses: actions/download-artifact@v5
7676
with:
7777
name: python-package-distributions
7878
path: dist/

0 commit comments

Comments
 (0)