diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4017018..3b18d64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,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