diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 42b4e5f..0c3be0a 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -88,7 +88,7 @@ jobs: - name: "Download artifacts" uses: actions/download-artifact@v4 - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file