Skip to content

Commit dc8473c

Browse files
ci: bump actions/download-artifact from 3 to 4
1 parent c70f61a commit dc8473c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- run: rm LICENSE.txt
8686
- name: Download LICENSE.txt
87-
uses: actions/download-artifact@v3
87+
uses: actions/download-artifact@v4
8888
with:
8989
name: python-wheel-license
9090
path: .
@@ -145,7 +145,7 @@ jobs:
145145

146146
- run: rm LICENSE.txt
147147
- name: Download LICENSE.txt
148-
uses: actions/download-artifact@v3
148+
uses: actions/download-artifact@v4
149149
with:
150150
name: python-wheel-license
151151
path: .
@@ -175,7 +175,7 @@ jobs:
175175
- uses: actions/checkout@v4
176176
- run: rm LICENSE.txt
177177
- name: Download LICENSE.txt
178-
uses: actions/download-artifact@v3
178+
uses: actions/download-artifact@v4
179179
with:
180180
name: python-wheel-license
181181
path: .
@@ -204,7 +204,7 @@ jobs:
204204
- uses: actions/checkout@v4
205205
- run: rm LICENSE.txt
206206
- name: Download LICENSE.txt
207-
uses: actions/download-artifact@v3
207+
uses: actions/download-artifact@v4
208208
with:
209209
name: python-wheel-license
210210
path: .
@@ -234,7 +234,7 @@ jobs:
234234
- uses: actions/checkout@v4
235235
- run: rm LICENSE.txt
236236
- name: Download LICENSE.txt
237-
uses: actions/download-artifact@v3
237+
uses: actions/download-artifact@v4
238238
with:
239239
name: python-wheel-license
240240
path: .
@@ -258,7 +258,7 @@ jobs:
258258
# needs: [build-manylinux, build-python-mac-win]
259259
# runs-on: ubuntu-latest
260260
# steps:
261-
# - uses: actions/download-artifact@v3
261+
# - uses: actions/download-artifact@v4
262262
# - name: Publish to PyPI
263263
# uses: pypa/gh-action-pypi-publish@master
264264
# with:

0 commit comments

Comments
 (0)