Skip to content

Commit a562f32

Browse files
renovate[bot]abompard
authored andcommitted
Update actions/download-artifact action to v8
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 79b3f03 commit a562f32

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
@@ -151,7 +151,7 @@ jobs:
151151

152152
steps:
153153
- name: Download all the dists
154-
uses: actions/download-artifact@v3
154+
uses: actions/download-artifact@v8
155155
with:
156156
name: python-package-distributions
157157
path: dist/
@@ -172,7 +172,7 @@ jobs:
172172

173173
steps:
174174
- name: Download all the dists
175-
uses: actions/download-artifact@v3
175+
uses: actions/download-artifact@v8
176176
with:
177177
name: python-package-distributions
178178
path: dist/

0 commit comments

Comments
 (0)