diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index 6b3ef96f0c..dca5bbdecb 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -71,9 +71,8 @@ jobs: - name: Run tests run: tools/ci/check.sh if: ${{ matrix.check != 'skiptests' }} - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: - file: coverage.xml token: ${{ secrets.CODECOV_TOKEN }} if: ${{ always() }} - name: Upload pytest test results diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 41776bc188..5456709412 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -145,9 +145,8 @@ jobs: - name: Run tests run: tools/ci/check.sh if: ${{ matrix.check != 'skiptests' }} - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: - file: coverage.xml token: ${{ secrets.CODECOV_TOKEN }} if: ${{ always() }} - name: Upload pytest test results