Skip to content

Commit ee3eedc

Browse files
authored
chore(dev): Use codecov v3 in GHA (#6006)
This updates our GHA `Build & Test` workflow to use the newest version of the `codecov` action, in order to get rid of deprecation warnings from GH.
1 parent 0576852 commit ee3eedc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
[[ $NODE_VERSION == 8 ]] && yarn add --dev --ignore-engines --ignore-scripts --ignore-workspace-root-check [email protected]
344344
yarn test-ci
345345
- name: Compute test coverage
346-
uses: codecov/codecov-action@v1
346+
uses: codecov/codecov-action@v3
347347

348348
job_nextjs_integration_test:
349349
name: Test @sentry/nextjs on (Node ${{ matrix.node }})
@@ -424,7 +424,7 @@ jobs:
424424
cd packages/ember
425425
yarn ember try:one ${{ matrix.scenario }} --skip-cleanup=true
426426
- name: Compute test coverage
427-
uses: codecov/codecov-action@v1
427+
uses: codecov/codecov-action@v3
428428

429429
job_browser_playwright_tests:
430430
name: Playwright - ${{ (matrix.tracing_only && 'Browser + Tracing') || 'Browser' }} (${{ matrix.bundle }})

0 commit comments

Comments
 (0)