diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e9748a292ed..0857107c3d65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: php-version: '8.1' ini-values: memory_limit=2048M - name: Install Dependencies - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 10 max_attempts: 3 @@ -70,7 +70,7 @@ jobs: --packagist-token=${{ secrets.PACKAGIST_TOKEN }} \ --packagist-safe-token=${{ secrets.PACKAGIST_SAFE_TOKEN }} - name: Verify all releases made it to Packagist - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: command: | ./dev/google-cloud release:verify