Skip to content

Commit 60e43c6

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 8b60007 commit 60e43c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-gnu
2424
- run: mv target/x86_64-unknown-linux-gnu/release/piped-proxy piped-proxy
2525
- name: Upload artifact
26-
uses: actions/upload-artifact@v4
26+
uses: actions/upload-artifact@v5
2727
with:
2828
name: piped-proxy
2929
path: piped-proxy

0 commit comments

Comments
 (0)