Skip to content

Commit cfa8745

Browse files
authored
ci: upgrade action of codecov to v3 (ckb-js#621)
1 parent c6d95d4 commit cfa8745

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151

5252
- name: Upload codecov
5353
if: matrix.os == 'macos-latest' && matrix.node == '18'
54-
uses: codecov/codecov-action@v1
54+
uses: codecov/codecov-action@v3
5555
with:
56-
token: ${{ secrets.CODECOV_TOKEN }}
5756
fail_ci_if_error: true

0 commit comments

Comments
 (0)