We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f571876 commit 8fff4feCopy full SHA for 8fff4fe
.github/workflows/nuxtjs.yml
@@ -43,7 +43,7 @@ jobs:
43
run: npm run generate
44
45
- name: Upload artifact
46
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
47
with:
48
path: '.output/public' # Adjusted path to match your build output
49
0 commit comments