diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86457f5..1b7cb86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -592,7 +592,7 @@ jobs: LEGACY_DB: ${{ matrix.legacy_db }} run: tox - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }}