diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index b10046a..466df74 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -62,7 +62,7 @@ jobs: poetry install --with docs,test coverage run -m pytest florist/tests/integration && coverage xml && coverage report -m - name: Upload python coverage to Codecov - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: action: codecov/codecov-action@v4.6.0 with: | @@ -80,7 +80,7 @@ jobs: # yarn # yarn integration-test # - name: Upload js coverage to Codecov -# uses: Wandalen/wretry.action@v3.7.0 +# uses: Wandalen/wretry.action@v3.7.2 # with: # action: codecov/codecov-action@v4.0.1 # with: | diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 0853ff8..44271be 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -56,7 +56,7 @@ jobs: poetry install --with docs,test coverage run -m pytest florist/tests/unit && coverage xml && coverage report -m - name: Upload python coverage to Codecov - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: action: codecov/codecov-action@v4.6.0 with: | @@ -72,7 +72,7 @@ jobs: yarn yarn unit-test - name: Upload js coverage to Codecov - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: action: codecov/codecov-action@v4.0.1 with: |