Skip to content

Commit 8212770

Browse files
authored
Update release.yaml
1 parent 5c8249c commit 8212770

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
source $HOME/.cargo/env
1818
rustup default nightly
1919
bash .github/workflows/build-wheels.sh
20-
- uses: actions/upload-artifact@v1
20+
- uses: actions/upload-artifact@v4
2121
with:
2222
name: linux-wheels
2323
path: wheelhouse/
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
python3 -m pip install maturin
4242
maturin build --release
43-
- uses: actions/upload-artifact@v1
43+
- uses: actions/upload-artifact@v4
4444
with:
4545
name: osx-${{ matrix.python-version }}-wheel
4646
path: target/wheels
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
python -m pip install maturin
6060
maturin build --release
61-
- uses: actions/upload-artifact@v1
61+
- uses: actions/upload-artifact@v4
6262
with:
6363
name: windows-wheels
6464
path: target/wheels

0 commit comments

Comments
 (0)