We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599205a commit 6f92d1bCopy full SHA for 6f92d1b
1 file changed
.github/workflows/manual-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Test
28
run: npm run test
29
- name: Coverage
30
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
31
- name: Build
32
run: npm run build
33
# NPM expects to be authenticated for publishing. This step will fail CI if NPM is not authenticated
0 commit comments