Skip to content

Commit 922cf77

Browse files
Bump actions/download-artifact from 4 to 5 (#222)
1 parent d2127c8 commit 922cf77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Download all the dists
47-
uses: actions/download-artifact@v4
47+
uses: actions/download-artifact@v5
4848
with:
4949
name: python-package-distributions
5050
path: dist/
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Download all the dists
67-
uses: actions/download-artifact@v4
67+
uses: actions/download-artifact@v5
6868
with:
6969
name: python-package-distributions
7070
path: dist/

0 commit comments

Comments
 (0)