We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964ce24 commit e0f5df9Copy full SHA for e0f5df9
.github/workflows/test_and_deploy.yml
@@ -57,7 +57,7 @@ jobs:
57
if: ${{ always() }}
58
59
- name: Coverage
60
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
61
62
deploy:
63
# this will run when you have tagged a commit, starting with "v*"
0 commit comments