Skip to content

Commit a5032b7

Browse files
committed
Upgrade upload-artifact action
1 parent 60e99c5 commit a5032b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/manylinux1.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: build array of wheels
4444
uses: ./.github/workflows/actions/build-manylinux/
4545
- name: Upload Wheels
46-
uses: actions/upload-artifact@v1
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: manylinux2014-wheels
4949
path: manylinux2014-wheels
@@ -72,7 +72,7 @@ jobs:
7272
uses: docker/setup-qemu-action@v1
7373
- uses: ./.github/workflows/actions/build-manylinux-aarch64/
7474
- name: Upload Wheels
75-
uses: actions/upload-artifact@v1
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: manylinux-aarch64-wheels
7878
path: manylinux-aarch64-wheels

.github/workflows/osx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
.github/macos-build.sh
2121
2222
- name: Upload Wheels
23-
uses: actions/upload-artifact@v1
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: osx-wheels
2626
path: dist

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
python setup.py bdist_wheel
6161
- name: Upload Wheel
62-
uses: actions/upload-artifact@v1
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: win-wheels
6565
path: dist

0 commit comments

Comments
 (0)