Skip to content

Commit

Permalink
chore: Update artifacts action to v4 (#421)
Browse files Browse the repository at this point in the history
artifacts actions v3 are deprecated
  • Loading branch information
diogomatsubara authored and milyin committed Jun 21, 2024
1 parent 876d524 commit 4563d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: cargo test --verbose --release --features=logger-autoinit

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
# Artifact name
name: zenoh-c-${{ matrix.os }}
Expand Down

0 comments on commit 4563d3f

Please sign in to comment.