diff --git a/.github/workflows/tests-yarn-lsf.yml b/.github/workflows/tests-yarn-lsf.yml index 936f0ccb9ef4..36ce7112916a 100644 --- a/.github/workflows/tests-yarn-lsf.yml +++ b/.github/workflows/tests-yarn-lsf.yml @@ -243,7 +243,7 @@ jobs: - name: Upload coverage to Codecov if: github.event.pull_request.head.repo.fork == false && github.event.pull_request.user.login != 'dependabot[bot]' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: lsf-integration flags: lsf-integration diff --git a/.github/workflows/tests-yarn-unit.yml b/.github/workflows/tests-yarn-unit.yml index 7e9d0b0b95f6..3421255a39ff 100644 --- a/.github/workflows/tests-yarn-unit.yml +++ b/.github/workflows/tests-yarn-unit.yml @@ -55,7 +55,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ always() && github.event.pull_request.head.repo.fork == false && github.event.pull_request.user.login != 'dependabot[bot]' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: lsf-unit flags: lsf-unit diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cb58d68d8d0e..ee1410fb2dc8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -140,7 +140,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ github.event.pull_request.head.repo.fork == false && github.event.pull_request.user.login != 'dependabot[bot]' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: codecov-python-${{ matrix.python-version }} flags: pytests