Skip to content

Commit 14a82c6

Browse files
committed
No, this was right the first time...
1 parent ffdf9e1 commit 14a82c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
- name: Build app
2121
run: npm run build
2222
- name: Upload pages artifact
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-pages-artifact@v3
2424
with:
25-
name: github-pages
2625
path: ./dist
2726

2827
deploy:

0 commit comments

Comments
 (0)