We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db0184 commit 63beaaaCopy full SHA for 63beaaa
.github/workflows/build.yaml
@@ -195,7 +195,7 @@ jobs:
195
run: yarn test:unit
196
197
- name: Upload coverage report to Codecov
198
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
199
with:
200
token: ${{ secrets.CODECOV_TOKEN }}
201
if: success()
.github/workflows/release.yaml
@@ -77,7 +77,7 @@ jobs:
77
run: yarn test:integration
78
79
80
81
82
83
0 commit comments