We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2049153 commit f03c3dbCopy full SHA for f03c3db
.github/workflows/rust-coverage.yml
@@ -37,7 +37,7 @@ jobs:
37
token: ${{secrets.CODECOV_TOKEN}}
38
39
- name: Archive code coverage results
40
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
41
with:
42
name: code-coverage-report
43
path: cobertura.xml
0 commit comments