We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362e6eb commit a515868Copy full SHA for a515868
.github/workflows/build-preview.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: bun install
20
- run: cd web && bun run build
21
- name: "upload build artifact"
22
- uses: "actions/upload-artifact@v4"
+ uses: "actions/upload-artifact@v5"
23
with:
24
name: "preview-build"
25
path: |
.github/workflows/deploy-preview.yml
name: "Deploy Preview to Cloudflare Pages"
steps:
- name: "Download build artifact"
- uses: "actions/download-artifact@v5"
+ uses: "actions/download-artifact@v6"
id: "preview-build-artifact"
0 commit comments