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 6d61d7c commit b605632Copy full SHA for b605632
.github/workflows/website.yml
@@ -40,7 +40,7 @@ jobs:
40
run: trunk build
41
42
- name: Upload artifact
43
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
44
with:
45
name: website
46
path: dist
@@ -64,7 +64,7 @@ jobs:
64
fetch-depth: 0
65
66
- name: Download artifacts
67
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
68
69
70
merge-multiple: true
0 commit comments