Skip to content

Commit 4f943b9

Browse files
chore(deps): update github artifact actions
1 parent 4e8d3e1 commit 4f943b9

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
@@ -27,7 +27,7 @@ jobs:
2727
run: pnpm build
2828

2929
- name: Upload build artifact
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: preview-build
3333
path: packages/svelte-ux/.svelte-kit

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1919
steps:
2020
- name: Download build artifact
21-
uses: actions/download-artifact@v4
21+
uses: actions/download-artifact@v6
2222
id: preview-build-artifact
2323
with:
2424
name: preview-build

0 commit comments

Comments
 (0)