diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 6b3645e..af68bd3 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -91,7 +91,7 @@ jobs: - name: Upload to Codecov if: github.event_name == 'push' || github.event_name == 'schedule' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: use_oidc: true files: coverage.xml