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 0621747 commit 35a89eaCopy full SHA for 35a89ea
1 file changed
.github/workflows/ci.yml
@@ -70,5 +70,7 @@ jobs:
70
YARN_IGNORE_NODE: 1
71
72
- name: Codecov
73
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
74
if: ${{ matrix.node != 20 }}
75
+ with:
76
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments