build: 👷 update upload artifact action to v4
This commit is contained in:
parent
264367572a
commit
569c5ea566
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
- name: Upload Linux Binary
|
- name: Upload Linux Binary
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: rust-tcp-file-transfer-linux-x64_86
|
name: rust-tcp-file-transfer-linux-x64_86
|
||||||
path: target/release/*transfer
|
path: target/release/*transfer
|
||||||
|
@ -37,7 +37,7 @@ jobs:
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
- name: Upload Windows Binary
|
- name: Upload Windows Binary
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: rust-tcp-file-transfer-windows-x64_86
|
name: rust-tcp-file-transfer-windows-x64_86
|
||||||
path: target/release/*transfer.exe
|
path: target/release/*transfer.exe
|
||||||
|
@ -54,7 +54,7 @@ jobs:
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
- name: Upload MacOS Binary
|
- name: Upload MacOS Binary
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: rust-tcp-file-transfer-macos-x64_86
|
name: rust-tcp-file-transfer-macos-x64_86
|
||||||
path: target/release/*transfer
|
path: target/release/*transfer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue