Skip to content

Commit c6739b4

Browse files
committed
CI: Update release action to use download-artifact@v4
1 parent 467efb3 commit c6739b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

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

4646
steps:
4747
- name: Download all the dists
48-
uses: actions/download-artifact@v3
48+
uses: actions/download-artifact@v4
4949
with:
5050
name: python-package-distributions
5151
path: dist/
@@ -132,7 +132,7 @@ jobs:
132132

133133
steps:
134134
- name: Download all the dists
135-
uses: actions/download-artifact@v3
135+
uses: actions/download-artifact@v4
136136
with:
137137
name: python-package-distributions
138138
path: dist/
@@ -170,7 +170,7 @@ jobs:
170170

171171
steps:
172172
- name: Download all the dists
173-
uses: actions/download-artifact@v3
173+
uses: actions/download-artifact@v4
174174
with:
175175
name: python-package-distributions
176176
path: dist/

0 commit comments

Comments
 (0)