Skip to content

Commit 7c886f7

Browse files
LarryLianLarryLian
LarryLian
authored and
LarryLian
committed
Fix version to v4
1 parent b3518e5 commit 7c886f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/manylinux_basic.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
1817
- name: Build Wheels
1918
run: |
2019
yum -y install wget
@@ -29,7 +28,7 @@ jobs:
2928
echo `pwd`
3029
3130
- name: Archive pygloo-wheels
32-
uses: actions/upload-artifact@v1
31+
uses: actions/upload-artifact@v4
3332
with:
3433
name: pygloo_python3X_wheels_on_manylinux
3534
path: dist/*

0 commit comments

Comments
 (0)