Skip to content

Commit

Permalink
Upload artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii committed Feb 4, 2024
1 parent 9f3075d commit 279c3ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Build Linux Release
run: cargo build --release
- name: Upload Linux Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux_so
path: target/release/libcolcon.so
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Build MacOs Release
run: cargo build --release
- name: Upload MacOS Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macos_dylib
path: target/release/libcolcon.dylib
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Build Windows Release
run: cargo build --release
- name: Upload Windows Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows_dll
path: target/release/colcon.dll

0 comments on commit 279c3ce

Please sign in to comment.