We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74373ed commit 75c347eCopy full SHA for 75c347e
1 file changed
.github/workflows/deploy-example.yml
@@ -38,7 +38,7 @@ jobs:
38
- run: npm install
39
- run: npm run build
40
- name: Upload artifact
41
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
42
with:
43
path: ./dist
44
@@ -52,4 +52,4 @@ jobs:
52
steps:
53
- name: Deploy to GitHub Pages
54
id: deployment
55
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments