We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af06de commit 2eac4bfCopy full SHA for 2eac4bf
.github/workflows/build.yaml
@@ -180,7 +180,7 @@ jobs:
180
run: npm run test:unit
181
182
- name: Upload coverage report to Codecov
183
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
184
with:
185
token: ${{ secrets.CODECOV_TOKEN }}
186
if: success()
.github/workflows/release.yaml
@@ -71,7 +71,7 @@ jobs:
71
- run: npm run test:integration
72
73
74
75
76
77
0 commit comments