Skip to content

Commit f0b835b

Browse files
committed
Fix action version: revert to upload-pages-artifact@v3 (v4 doesn't exist)
1 parent 453f1da commit f0b835b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
--baseURL "${{ steps.pages.outputs.base_url }}/"
5757
5858
- name: Upload artifact
59-
uses: actions/upload-pages-artifact@v4
59+
uses: actions/upload-pages-artifact@v3
6060
with:
6161
path: ./public
6262

0 commit comments

Comments
 (0)