We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848cd58 commit 76f703fCopy full SHA for 76f703f
.github/workflows/codecov.yml
@@ -53,7 +53,7 @@ jobs:
53
min-coverage-overall: 40
54
min-coverage-changed-files: 60
55
- name: Upload Code Coverage Artifacts
56
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
57
if: success() || failure() # always run even if the previous step fails
58
with:
59
name: code-coverage-reports
0 commit comments