diff --git a/.github/workflows/ci-post-deploy-verify.yml b/.github/workflows/ci-post-deploy-verify.yml index 4ef21f9..e296b1f 100644 --- a/.github/workflows/ci-post-deploy-verify.yml +++ b/.github/workflows/ci-post-deploy-verify.yml @@ -105,7 +105,7 @@ jobs: - name: Download deployed addresses artifact if: github.event_name == 'schedule' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: deployed-addresses-testnet run-id: ${{ steps.find-run.outputs.run_id }}