chore: Update GitHub Actions upload-pages-artifact to v3

This commit is contained in:
Paul Gauthier 2025-01-16 08:35:13 -08:00 committed by Paul Gauthier (aider)
parent ea2e885505
commit 2813437515

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@v3
with:
path: "aider/website/_site/"