File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 95
95
python-version : ${{ matrix.python-version }}
96
96
97
97
- name : Download all dists
98
- uses : actions/download-artifact@v3
98
+ uses : actions/download-artifact@v4
99
99
with :
100
100
# Unpacks default artifact into dist/
101
101
# If `name: artifact` is omitted, the action will create extra parent dir
@@ -167,7 +167,7 @@ jobs:
167
167
if : github.event_name == 'release' && github.event.action == 'published'
168
168
steps :
169
169
- name : Download all dists
170
- uses : actions/download-artifact@v3
170
+ uses : actions/download-artifact@v4
171
171
with :
172
172
# Unpacks default artifact into dist/
173
173
# If `name: artifact` is omitted, the action will create extra parent dir
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
if : github.event_name == 'release' && github.event.action == 'published'
157
157
steps :
158
158
- name : Download all dists
159
- uses : actions/download-artifact@v3
159
+ uses : actions/download-artifact@v4
160
160
with :
161
161
# Unpacks default artifact into dist/
162
162
# If `name: artifact` is omitted, the action will create extra parent dir
You can’t perform that action at this time.
0 commit comments