84
84
85
85
- run : rm LICENSE.txt
86
86
- name : Download LICENSE.txt
87
- uses : actions/download-artifact@v3
87
+ uses : actions/download-artifact@v4
88
88
with :
89
89
name : python-wheel-license
90
90
path : .
@@ -145,7 +145,7 @@ jobs:
145
145
146
146
- run : rm LICENSE.txt
147
147
- name : Download LICENSE.txt
148
- uses : actions/download-artifact@v3
148
+ uses : actions/download-artifact@v4
149
149
with :
150
150
name : python-wheel-license
151
151
path : .
@@ -175,7 +175,7 @@ jobs:
175
175
- uses : actions/checkout@v4
176
176
- run : rm LICENSE.txt
177
177
- name : Download LICENSE.txt
178
- uses : actions/download-artifact@v3
178
+ uses : actions/download-artifact@v4
179
179
with :
180
180
name : python-wheel-license
181
181
path : .
@@ -204,7 +204,7 @@ jobs:
204
204
- uses : actions/checkout@v4
205
205
- run : rm LICENSE.txt
206
206
- name : Download LICENSE.txt
207
- uses : actions/download-artifact@v3
207
+ uses : actions/download-artifact@v4
208
208
with :
209
209
name : python-wheel-license
210
210
path : .
@@ -234,7 +234,7 @@ jobs:
234
234
- uses : actions/checkout@v4
235
235
- run : rm LICENSE.txt
236
236
- name : Download LICENSE.txt
237
- uses : actions/download-artifact@v3
237
+ uses : actions/download-artifact@v4
238
238
with :
239
239
name : python-wheel-license
240
240
path : .
@@ -258,7 +258,7 @@ jobs:
258
258
# needs: [build-manylinux, build-python-mac-win]
259
259
# runs-on: ubuntu-latest
260
260
# steps:
261
- # - uses: actions/download-artifact@v3
261
+ # - uses: actions/download-artifact@v4
262
262
# - name: Publish to PyPI
263
263
# uses: pypa/gh-action-pypi-publish@master
264
264
# with:
0 commit comments