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 664d17e commit 74698b7Copy full SHA for 74698b7
.github/workflows/codecov.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: codecov/codecov-action@v4
19
# A codecov token is not needed for public repos if the repo is linked
20
# on codecov.io. See https://docs.codecov.com/docs/frequently-asked-questions#where-is-the-repository-upload-token-found
21
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
22
with:
23
name: code-coverage-report
24
path: cobertura.xml
0 commit comments