mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
ci: downgrade upload-pages-artifact action to v3
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
88e86cee77
commit
61def89878
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@@ -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@v4
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: "aider/website/_site/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user