diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 27fa506987..6269e1265f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -76,7 +76,7 @@ jobs: run: PRETIX_CONFIG_FILE=tests/ci_${{ matrix.database }}.cfg py.test tests/concurrency_tests/ --reruns 0 --reuse-db if: matrix.database == 'postgres' - name: Upload coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: file: src/coverage.xml token: ${{ secrets.CODECOV_TOKEN }}