diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b5b2d8..dbc0219 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: - name: Run tests run: make test - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 # with: # fail_ci_if_error: true