diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0128ec7..4c509d7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: npm ci npm run test - name: Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: true use_oidc: true