diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28f34e17..dc79b4d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: Run tests run: npm test --coverage - name: Codecov Upload - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: directory: coverage/ fail_ci_if_error: true