File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ jobs:
343
343
[[ $NODE_VERSION == 8 ]] && yarn add --dev --ignore-engines --ignore-scripts --ignore-workspace-root-check [email protected]
344
344
yarn test-ci
345
345
- name : Compute test coverage
346
- uses : codecov/codecov-action@v1
346
+ uses : codecov/codecov-action@v3
347
347
348
348
job_nextjs_integration_test :
349
349
name : Test @sentry/nextjs on (Node ${{ matrix.node }})
@@ -424,7 +424,7 @@ jobs:
424
424
cd packages/ember
425
425
yarn ember try:one ${{ matrix.scenario }} --skip-cleanup=true
426
426
- name : Compute test coverage
427
- uses : codecov/codecov-action@v1
427
+ uses : codecov/codecov-action@v3
428
428
429
429
job_browser_playwright_tests :
430
430
name : Playwright - ${{ (matrix.tracing_only && 'Browser + Tracing') || 'Browser' }} (${{ matrix.bundle }})
You can’t perform that action at this time.
0 commit comments