diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bbc54ba..f695e9cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -349,7 +349,7 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unit @@ -359,7 +359,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./build/code-coverage.xml diff --git a/.github/workflows/secure-tests.yml b/.github/workflows/secure-tests.yml index cedd9525..c7246e3c 100644 --- a/.github/workflows/secure-tests.yml +++ b/.github/workflows/secure-tests.yml @@ -111,7 +111,7 @@ jobs: - name: Upload integration test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} flags: integration @@ -121,7 +121,7 @@ jobs: - name: Upload integration coverage to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./build/coverage.xml @@ -203,7 +203,7 @@ jobs: - name: Upload emulator test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} flags: emulator @@ -213,7 +213,7 @@ jobs: - name: Upload emulator coverage to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./build/coverage.xml @@ -311,7 +311,7 @@ jobs: - name: Upload gRPC test results to Codecov if: ${{ !cancelled() && steps.grpc.outcome == 'success' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} flags: grpc @@ -321,7 +321,7 @@ jobs: - name: Upload gRPC coverage to Codecov if: ${{ !cancelled() && steps.grpc.outcome == 'success' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./build/coverage.xml