Skip to content

Commit 6e27506

Browse files
renovate[bot]gridhead
authored andcommitted
Update actions/download-artifact action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f534ed commit 6e27506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/
@@ -138,7 +138,7 @@ jobs:
138138

139139
steps:
140140
- name: Download all the dists
141-
uses: actions/download-artifact@v4
141+
uses: actions/download-artifact@v5
142142
with:
143143
name: python-package-distributions
144144
path: dist/

0 commit comments

Comments
 (0)