diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 869595c0..b98a1bc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: >- npm run test:unit -- --coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true # build should fail if Codecov runs into an error during upload