diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 79aeaaa..2b8c93b 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -86,7 +86,7 @@ jobs: --cov-branch - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: use_oidc: true file: ./coverage.xml diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index 5dfdcbe..1585d0a 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -44,7 +44,7 @@ jobs: -v - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: use_oidc: true file: ./coverage.xml