Skip to content

Commit 7280947

Browse files
chore(ci): upgrade to v5 (#223)
1 parent 90901a5 commit 7280947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,14 @@ jobs:
194194

195195
- name: Upload coverage reports to codecov
196196
if: ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
197-
uses: codecov/codecov-action@v4
197+
uses: codecov/codecov-action@v5
198198
with:
199199
token: ${{ secrets.CODECOV_ORG_TOKEN }}
200200
url: ${{ secrets.CODECOV_URL }}
201201

202202
- name: Upload coverage reports to codecov (Staging)
203203
if: ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
204-
uses: codecov/codecov-action@v4
204+
uses: codecov/codecov-action@v5
205205
with:
206206
token: ${{ secrets.CODECOV_ORG_TOKEN_STAGING }}
207207
url: ${{ secrets.CODECOV_STAGING_URL }}

0 commit comments

Comments
 (0)