Skip to content

Commit a09030c

Browse files
renovate[bot]edmundmiller
authored andcommitted
chore(deps): update actions/download-artifact action to v5
1 parent aace991 commit a09030c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 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/
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Download all the dists
68-
uses: actions/download-artifact@v4
68+
uses: actions/download-artifact@v5
6969
with:
7070
name: python-package-distributions
7171
path: dist/
@@ -109,7 +109,7 @@ jobs:
109109

110110
steps:
111111
- name: Download all the dists
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@v5
113113
with:
114114
name: python-package-distributions
115115
path: dist/

0 commit comments

Comments
 (0)