Skip to content

Commit 3915add

Browse files
Bump actions/download-artifact from 3 to 4 (#33)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact 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 80417ed commit 3915add

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id-token: write # IMPORTANT: mandatory for trusted publishing
4848
steps:
4949
- name: Download all the dists
50-
uses: actions/download-artifact@v3
50+
uses: actions/download-artifact@v4
5151
with:
5252
name: python-package-distributions
5353
path: dist/
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Download all the dists
71-
uses: actions/download-artifact@v3
71+
uses: actions/download-artifact@v4
7272
with:
7373
name: python-package-distributions
7474
path: dist/
@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
- name: Download all the dists
115-
uses: actions/download-artifact@v3
115+
uses: actions/download-artifact@v4
116116
with:
117117
name: python-package-distributions
118118
path: dist/

0 commit comments

Comments
 (0)