We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9194a58 + 0f9af4c commit eb9588eCopy full SHA for eb9588e
1 file changed
.github/workflows/publish.yml
@@ -26,6 +26,6 @@ jobs:
26
- name: Install Dependencies
27
run: npm install
28
- name: Deploy to Cloudflare
29
- uses: cloudflare/wrangler-action@v3
+ uses: cloudflare/wrangler-action@v4
30
with:
31
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
0 commit comments