diff --git a/.github/workflows/deploy-frontend.yml b/.github/workflows/deploy-frontend.yml index d52d062..9200065 100644 --- a/.github/workflows/deploy-frontend.yml +++ b/.github/workflows/deploy-frontend.yml @@ -37,7 +37,7 @@ jobs: working-directory: frontend - name: Deploy to Cloudflare Pages - uses: cloudflare/wrangler-action@v3 + uses: cloudflare/wrangler-action@v4 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}