mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
chore(deps): update actions/upload-artifact action to v4
This commit is contained in:
parent
e291ed4e19
commit
1dbe891119
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
run: RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-gnu
|
run: RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-gnu
|
||||||
- run: mv target/x86_64-unknown-linux-gnu/release/piped-proxy piped-proxy
|
- run: mv target/x86_64-unknown-linux-gnu/release/piped-proxy piped-proxy
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: piped-proxy
|
name: piped-proxy
|
||||||
path: piped-proxy
|
path: piped-proxy
|
||||||
|
|
Loading…
Reference in a new issue