Skip to content

Commit 2b848af

Browse files
committed
set upload pages artifact to right version
1 parent a53dab6 commit 2b848af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- run: npm install
5151
- run: npm run build
5252
- name: upload artifacts
53-
uses: actions/upload-pages-artifact@v4
53+
uses: actions/upload-pages-artifact@v3
5454
with:
5555
path: "./out"
5656
- name: deploy

0 commit comments

Comments
 (0)