diff --git a/.github/workflows/third_party_checks.yml b/.github/workflows/third_party_checks.yml index 21bbc6d..b60c7c6 100644 --- a/.github/workflows/third_party_checks.yml +++ b/.github/workflows/third_party_checks.yml @@ -51,7 +51,7 @@ jobs: - name: Upload coverage report to Codecov if: "! github.event.pull_request.head.repo.fork " - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true @@ -60,7 +60,7 @@ jobs: if: >- github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true