We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963fcfc commit 460a456Copy full SHA for 460a456
.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@v4
+ uses: codecov/codecov-action@v3
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