Skip to content

Commit a515868

Browse files
Update GitHub Artifact Actions
1 parent 362e6eb commit a515868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: bun install
2020
- run: cd web && bun run build
2121
- name: "upload build artifact"
22-
uses: "actions/upload-artifact@v4"
22+
uses: "actions/upload-artifact@v5"
2323
with:
2424
name: "preview-build"
2525
path: |

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: "Deploy Preview to Cloudflare Pages"
2020
steps:
2121
- name: "Download build artifact"
22-
uses: "actions/download-artifact@v5"
22+
uses: "actions/download-artifact@v6"
2323
id: "preview-build-artifact"
2424
with:
2525
name: "preview-build"

0 commit comments

Comments
 (0)