diff --git a/.github/workflows/tests-karma-editor.yml b/.github/workflows/tests-karma-editor.yml index dead71d0d..d8889326c 100644 --- a/.github/workflows/tests-karma-editor.yml +++ b/.github/workflows/tests-karma-editor.yml @@ -92,7 +92,7 @@ jobs: run: cp -r __static__ .test_artifacts/karma_snapshots/ - name: Upload code coverage report - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: file: build/logs/karma-coverage/edit-story/lcov.info flags: karmatests diff --git a/.github/workflows/tests-unit-js.yml b/.github/workflows/tests-unit-js.yml index 0b4b9d50d..0409ecaec 100644 --- a/.github/workflows/tests-unit-js.yml +++ b/.github/workflows/tests-unit-js.yml @@ -78,7 +78,7 @@ jobs: run: npm run test:js -- --runInBand --ci --cacheDirectory="$HOME/.jest-cache" --collectCoverage - name: Upload code coverage report - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: file: build/logs/lcov.info flags: unittests