Skip to content

Commit cfca96d

Browse files
authored
Bump upload artifact/deploy pages versions
1 parent f2fa608 commit cfca96d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Static HTML export with Nuxt
5757
run: ${{ steps.detect-package-manager.outputs.manager }} run generate
5858
- name: Upload artifact
59-
uses: actions/upload-pages-artifact@v2
59+
uses: actions/upload-pages-artifact@v3
6060
with:
6161
path: ./dist
6262

@@ -70,4 +70,4 @@ jobs:
7070
steps:
7171
- name: Deploy to GitHub Pages
7272
id: deployment
73-
uses: actions/deploy-pages@v2
73+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)