diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 81a5db0..1a07470 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -82,7 +82,7 @@ jobs: - name: "Download artifacts" uses: actions/download-artifact@v8 - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file