We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b60007 commit 60e43c6Copy full SHA for 60e43c6
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
run: RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-gnu
24
- run: mv target/x86_64-unknown-linux-gnu/release/piped-proxy piped-proxy
25
- name: Upload artifact
26
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
27
with:
28
name: piped-proxy
29
path: piped-proxy
0 commit comments