Skip to content

Commit

Permalink
chore: Update artifacts action to v4 (#116)
Browse files Browse the repository at this point in the history
artifacts actions v3 are deprecated
  • Loading branch information
diogomatsubara authored Jun 4, 2024
1 parent e41b55d commit bf50718
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 @@ -63,7 +63,7 @@ jobs:
ctest
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
# Artifact name
name: zenoh-cpp-${{ matrix.os }}
Expand Down

0 comments on commit bf50718

Please sign in to comment.