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 4e8d3e1 commit 4f943b9Copy full SHA for 4f943b9
.github/workflows/build-preview.yml
@@ -27,7 +27,7 @@ jobs:
27
run: pnpm build
28
29
- name: Upload build artifact
30
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
31
with:
32
name: preview-build
33
path: packages/svelte-ux/.svelte-kit
.github/workflows/deploy-preview.yml
@@ -18,7 +18,7 @@ jobs:
18
if: ${{ github.event.workflow_run.conclusion == 'success' }}
19
steps:
20
- name: Download build artifact
21
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
22
id: preview-build-artifact
23
24
0 commit comments