Skip to content

Commit cb61f3a

Browse files
Bump actions/download-artifact from 4 to 5 (#2)
1 parent f501ac7 commit cb61f3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id-token: write
3838
steps:
3939
- name: Download all the dists
40-
uses: actions/download-artifact@v4
40+
uses: actions/download-artifact@v5
4141
with:
4242
name: python-package-distributions
4343
path: dist/
@@ -54,7 +54,7 @@ jobs:
5454
id-token: write
5555
steps:
5656
- name: Download all the dists
57-
uses: actions/download-artifact@v4
57+
uses: actions/download-artifact@v5
5858
with:
5959
name: python-package-distributions
6060
path: dist/

0 commit comments

Comments
 (0)