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 c18b02d commit cb128afCopy full SHA for cb128af
.github/workflows/cd.yml
@@ -52,7 +52,7 @@ jobs:
52
node-version: "20"
53
cache: ${{ steps.detect-package-manager.outputs.manager }}
54
- name: Restore cache
55
- uses: actions/cache@v3
+ uses: actions/cache@v4
56
with:
57
path: |
58
dist
@@ -65,7 +65,7 @@ jobs:
65
- name: Static HTML export with Nuxt
66
run: ${{ steps.detect-package-manager.outputs.manager }} run generate
67
- name: Upload artifact
68
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
69
70
path: ./dist
71
@@ -79,4 +79,4 @@ jobs:
79
steps:
80
- name: Deploy to GitHub Pages
81
id: deployment
82
- uses: actions/deploy-pages@v3
+ uses: actions/deploy-pages@v4
0 commit comments