Skip to content

Commit 4e6d051

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 890b9dc commit 4e6d051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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@v6"
22+
uses: "actions/upload-artifact@v7"
2323
with:
2424
name: "preview-build"
2525
path: |

0 commit comments

Comments
 (0)