We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d95d4 commit cfa8745Copy full SHA for cfa8745
.github/workflows/tests.yml
@@ -51,7 +51,6 @@ jobs:
51
52
- name: Upload codecov
53
if: matrix.os == 'macos-latest' && matrix.node == '18'
54
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
55
with:
56
- token: ${{ secrets.CODECOV_TOKEN }}
57
fail_ci_if_error: true
0 commit comments