diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f9825362..c5eda9ee9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Run tests + generate coverage report working-directory: js run: npm run test:coverage # stores the coverage report in ./coverage/lcov.info - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: mr-coverage-report path: js/coverage/lcov.info