We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90901a5 commit 7280947Copy full SHA for 7280947
.github/workflows/ci.yml
@@ -194,14 +194,14 @@ jobs:
194
195
- name: Upload coverage reports to codecov
196
if: ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
197
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
198
with:
199
token: ${{ secrets.CODECOV_ORG_TOKEN }}
200
url: ${{ secrets.CODECOV_URL }}
201
202
- name: Upload coverage reports to codecov (Staging)
203
204
205
206
token: ${{ secrets.CODECOV_ORG_TOKEN_STAGING }}
207
url: ${{ secrets.CODECOV_STAGING_URL }}
0 commit comments