diff --git a/.github/workflows/draft.yaml b/.github/workflows/draft.yaml index 1e53a41..b08c46a 100644 --- a/.github/workflows/draft.yaml +++ b/.github/workflows/draft.yaml @@ -59,7 +59,7 @@ jobs: -func=coverage.out - name: Upload coverage reports - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.out diff --git a/.github/workflows/go-integrations.yaml b/.github/workflows/go-integrations.yaml index 38005d8..891540b 100644 --- a/.github/workflows/go-integrations.yaml +++ b/.github/workflows/go-integrations.yaml @@ -79,7 +79,7 @@ jobs: -func=coverage.out - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.out