diff --git a/.github/workflows/ci-branch.yaml b/.github/workflows/ci-branch.yaml index 9d309b5ea0..542622032e 100644 --- a/.github/workflows/ci-branch.yaml +++ b/.github/workflows/ci-branch.yaml @@ -25,7 +25,7 @@ jobs: - name: Run Tox run: | tox -e py -- -m "data or not data" - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: matrix.os == 'ubuntu-latest' with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index c18e4cf05a..82e06b5344 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -26,7 +26,7 @@ jobs: run: | tox -e py mv coverage.xml coverage-${{ matrix.python }}.xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: matrix.os == 'ubuntu-latest' with: token: ${{ secrets.CODECOV_TOKEN }}