Skip to content

Commit 75c347e

Browse files
authored
Fix upload/deploy versions
1 parent 74373ed commit 75c347e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: npm install
3939
- run: npm run build
4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v4
41+
uses: actions/upload-pages-artifact@v3
4242
with:
4343
path: ./dist
4444

@@ -52,4 +52,4 @@ jobs:
5252
steps:
5353
- name: Deploy to GitHub Pages
5454
id: deployment
55-
uses: actions/deploy-pages@v2
55+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)