fix actions/upload-artifact
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Build release
|
- name: Build release
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: socks5ws
|
name: socks5ws
|
||||||
path: target/release/socks5ws.exe
|
path: target/release/socks5ws.exe
|
||||||
|
Reference in New Issue
Block a user