Skip to content

Commit

Permalink
Merge pull request #1992 from oasisprotocol/andrej/bugfix/actions
Browse files Browse the repository at this point in the history
CI: Bump upload-artifact action version to v4 in test-rust
  • Loading branch information
abukosek authored Sep 19, 2024
2 parents bb693c1 + e5f8cfb commit 8545062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/test-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ runs:
uses: codecov/[email protected]

- name: Archive code coverage results
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: cobertura.xml
overwrite: true

0 comments on commit 8545062

Please sign in to comment.