chore: upgrade upload-pages-artifact action to v4

This commit is contained in:
Paul Gauthier (aider) 2024-12-10 11:04:46 -08:00
parent acc1625406
commit 88e86cee77

View file

@ -56,7 +56,7 @@ jobs:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v4
with:
path: "aider/website/_site/"