Skip to content

Commit 66eb944

Browse files
Update actions/download-artifact action to v8
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 09ddf5b commit 66eb944

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
id-token: write # IMPORTANT: mandatory for trusted publishing
8787
steps:
8888
- name: Download all the dists
89-
uses: actions/download-artifact@v7
89+
uses: actions/download-artifact@v8
9090
with:
9191
name: python-package-distributions
9292
path: dist/
@@ -105,7 +105,7 @@ jobs:
105105

106106
steps:
107107
- name: Download all the dists
108-
uses: actions/download-artifact@v7
108+
uses: actions/download-artifact@v8
109109
with:
110110
name: python-package-distributions
111111
path: dist/

0 commit comments

Comments
 (0)