Skip to content

Commit 5587ee9

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent f724ede commit 5587ee9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Download all the dists
50-
uses: actions/download-artifact@v4
50+
uses: actions/download-artifact@v5
5151
with:
5252
name: python-package-distributions
5353
path: dist/
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Download all the dists
71-
uses: actions/download-artifact@v4
71+
uses: actions/download-artifact@v5
7272
with:
7373
name: python-package-distributions
7474
path: dist/
@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
- name: Download all the dists
115-
uses: actions/download-artifact@v4
115+
uses: actions/download-artifact@v5
116116
with:
117117
name: python-package-distributions
118118
path: dist/

0 commit comments

Comments
 (0)