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
|
||||
run: cargo build --release
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: socks5ws
|
||||
path: target/release/socks5ws.exe
|
||||
|
Reference in New Issue
Block a user