diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66266f0..9c26491 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: - name: Run tests run: make test - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 # with: # fail_ci_if_error: true