Skip to content

Commit

Permalink
chore: update upload-artifact action to v4 (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Jan 28, 2025
1 parent d5ef635 commit 9b779d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Create file to be uploaded to codecov
llvm-cov export --ignore-filename-regex=".cargo|.rustup|/rustc|./tests" --format=lcov --instr-profile=default.profdata ${OBJECT_OPTIONS[@]} > lcov.info
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: llvm-show/*
Expand Down

0 comments on commit 9b779d0

Please sign in to comment.