Skip to content

Commit 21928ac

Browse files
committed
Update actions/download-artifact action to v7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 81b9b6c commit 21928ac

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@v6
89+
uses: actions/download-artifact@v7
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@v6
108+
uses: actions/download-artifact@v7
109109
with:
110110
name: python-package-distributions
111111
path: dist/

0 commit comments

Comments
 (0)