diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index 653d093a..55658c0b 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -155,7 +155,7 @@ jobs: check-latest: true - name: Test installing package # A retry is used to allow for some downtime before the package is installable - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 10 max_attempts: 5 diff --git a/.github/workflows/package-testpypi.yml b/.github/workflows/package-testpypi.yml index b18a84b5..b034a85e 100644 --- a/.github/workflows/package-testpypi.yml +++ b/.github/workflows/package-testpypi.yml @@ -66,7 +66,7 @@ jobs: check-latest: true - name: Test installing from test.pypi.org # A retry is used to allow for some downtime before the package is installable - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 10 max_attempts: 5