We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c6307 commit b24ad4dCopy full SHA for b24ad4d
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
run: cargo tarpaulin --exclude-files tests/* --out Xml --output-dir coverage
42
43
- name: Upload Coverage Report
44
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
45
with:
46
name: coverage-report
47
path: coverage
0 commit comments