We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01ba2f commit 69f9c30Copy full SHA for 69f9c30
.github/workflows/workflow.yaml
@@ -24,7 +24,7 @@ jobs:
24
run: make test
25
26
- name: Upload coverage to Codecov
27
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
28
with:
29
files: ./coverage.txt
30
fail_ci_if_error: true
0 commit comments