bumped upload artifact github actions
This commit is contained in:
parent
0f2ecf2397
commit
63642d1a67
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -30,13 +30,13 @@ jobs:
|
|||
run: cargo build --release --target x86_64-unknown-linux-gnu
|
||||
|
||||
- name: Upload rustmon artifact (Linux)
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: rustmon
|
||||
path: ./target/x86_64-unknown-linux-gnu/release/rustmon
|
||||
|
||||
- name: Upload minimon artifact (Linux)
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: minimon
|
||||
path: ./target/x86_64-unknown-linux-gnu/release/minimon
|
||||
|
@ -68,13 +68,13 @@ jobs:
|
|||
echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||
|
||||
- name: Upload rustmon artifact (Windows)
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: rustmon.exe
|
||||
path: ./target/x86_64-pc-windows-gnu/release/rustmon.exe
|
||||
|
||||
- name: Upload minimon artifact (Windows)
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: minimon.exe
|
||||
path: ./target/x86_64-pc-windows-gnu/release/minimon.exe
|
||||
|
|
Loading…
Reference in a new issue