Skip to content

Commit 5541225

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 336adbb commit 5541225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
id-token: write # IMPORTANT: mandatory for trusted publishing
5959
steps:
6060
- name: Download all the dists
61-
uses: actions/download-artifact@v4
61+
uses: actions/download-artifact@v5
6262
with:
6363
name: python-package-distributions
6464
path: dist/

0 commit comments

Comments
 (0)