Skip to content

Commit

Permalink
Use GitHub Actions upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Sep 23, 2024
1 parent 198be85 commit 6b8d595
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: test-plug-ins
path: target/debug/*.so
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v2
- uses: actions/upload-artifact@v2
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v2
- uses: actions/upload-artifact@v4
with:
name: test-plug-ins
path: target/debug/*.dylib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: test-plug-ins
path: target/debug/*.dll
Expand Down

0 comments on commit 6b8d595

Please sign in to comment.