Skip to content

Commit f8ebac1

Browse files
authored
Merge pull request #136 from smallstep/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents e30f844 + 67e86f7 commit f8ebac1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Download all the dists
48-
uses: actions/download-artifact@v4
48+
uses: actions/download-artifact@v5
4949
with:
5050
name: python-package-distributions
5151
path: dist/
@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: Download all the dists
69-
uses: actions/download-artifact@v4
69+
uses: actions/download-artifact@v5
7070
with:
7171
name: python-package-distributions
7272
path: dist/
@@ -102,7 +102,7 @@ jobs:
102102

103103
steps:
104104
- name: Download all the dists
105-
uses: actions/download-artifact@v4
105+
uses: actions/download-artifact@v5
106106
with:
107107
name: python-package-distributions
108108
path: dist/

0 commit comments

Comments
 (0)