diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 659d980..a527b8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.os == 'ubuntu-latest' && github.event_name == 'push' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: coverage.out use_oidc: true