chore: Update upload-pages-artifact action to v4

This commit is contained in:
Paul Gauthier (aider) 2025-01-16 08:28:18 -08:00
parent 8040a20f71
commit a7fadc3a45

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/"