diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6dee7ae..58f2f9f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,6 +49,6 @@ 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