Skip to content

Commit b3505dc

Browse files
committed
Use upload-pages-artifact@v4 in CI because v5 is too new
v5 is only 18h old it's perhaps why it's not working.
1 parent 05e9e53 commit b3505dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ jobs:
528528

529529
- name: Upload github-pages
530530
if: ${{ env.DEPLOY_ENV_TEST == 'true' || env.DEPLOY_ENV_LIVE == 'true' }}
531-
uses: actions/upload-pages-artifact@v5
531+
uses: actions/upload-pages-artifact@v4
532532
with:
533533
name: github-pages
534534
path: dist/gh-pages

0 commit comments

Comments
 (0)