We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949e2ca commit d5f4da1Copy full SHA for d5f4da1
.github/workflows/all-pull-request.yml
@@ -28,4 +28,4 @@ jobs:
28
- run: npm run b-test
29
env:
30
PROJECT_ID: ${{ secrets.PROJECT_ID }}
31
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
32
33
34
- run: npm publish || true
35
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments