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 6bfcfff commit 21b75adCopy full SHA for 21b75ad
.github/workflows/main.yml
@@ -73,6 +73,6 @@ jobs:
73
micromamba run -n myenv coverage report
74
micromamba run -n myenv coverage xml
75
- name: upload coverage to Codecov
76
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
77
with:
78
file: ./coverage.xml
0 commit comments