Skip to content

Commit f4b7334

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 70f1ca4 commit f4b7334

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
2727
with:
2828
name: piped-proxy
2929
path: piped-proxy

0 commit comments

Comments
 (0)