diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 3a1c9bc26..550291124 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -58,7 +58,7 @@ jobs: mpirun -n 2 python -m pytest --only-mpi pytest -m integration_test --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope - name: Upload coverage to Codecov - uses: Wandalen/wretry.action@v3.7.2 + uses: Wandalen/wretry.action@v3.8.0 with: action: codecov/codecov-action@v4.0.0 with: | diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index cd1a944d5..b5289be86 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -44,7 +44,7 @@ jobs: poetry install --with test --all-extras pytest -m "not integration_test" --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope - name: Upload coverage to Codecov - uses: Wandalen/wretry.action@v3.7.2 + uses: Wandalen/wretry.action@v3.8.0 with: action: codecov/codecov-action@v4.0.0 with: |