diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 3f8f41da58bf..eddd3f4b1114 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -87,7 +87,7 @@ jobs: ## If no one connects after 5 minutes, shut down server. wait-timeout-minutes: 5 - name: Upload Results To Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: tests/e2e/${{ matrix.etest }}/coverage.out diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 9821880adebf..18c5f5b382b4 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -66,7 +66,7 @@ jobs: - name: Generate coverage report run: go tool covdata textfmt -i $GOCOVERDIR -o ${{ matrix.itest }}.out - name: Upload Results To Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./${{ matrix.itest }}.out diff --git a/.github/workflows/unitcoverage.yaml b/.github/workflows/unitcoverage.yaml index 33b42431ff15..bad46ec24999 100644 --- a/.github/workflows/unitcoverage.yaml +++ b/.github/workflows/unitcoverage.yaml @@ -47,7 +47,7 @@ jobs: with: wait-timeout-minutes: 5 - name: Upload Results To Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out