diff --git a/.github/workflows/issue-bot.yml b/.github/workflows/issue-bot.yml index 21af2c4506..171581bc10 100644 --- a/.github/workflows/issue-bot.yml +++ b/.github/workflows/issue-bot.yml @@ -100,7 +100,7 @@ jobs: working-directory: "issue-bot" run: "composer install --no-interaction --no-progress" - - uses: Wandalen/wretry.action@v1.4.10 + - uses: Wandalen/wretry.action@v3.3.0 with: action: actions/download-artifact@v4 with: | diff --git a/.github/workflows/reflection-golden-test.yml b/.github/workflows/reflection-golden-test.yml index 38e2332405..23de4659e3 100644 --- a/.github/workflows/reflection-golden-test.yml +++ b/.github/workflows/reflection-golden-test.yml @@ -73,7 +73,7 @@ jobs: - "8.3" steps: - - uses: Wandalen/wretry.action@v1.4.10 + - uses: Wandalen/wretry.action@v3.3.0 with: action: actions/download-artifact@v4 with: |