Skip to content

Commit df6f506

Browse files
committed
upload-pages-artifact is capped at v3
1 parent 0d29a6d commit df6f506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/altdoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# Make sure to set a retention day to avoid running into a cap
102102
# This artifact shouldn't be required after deployment onto pages was a success.
103103
- name: Upload Pages artifact
104-
uses: actions/upload-pages-artifact@v4
104+
uses: actions/upload-pages-artifact@v3
105105
with:
106106
retention-days: 1
107107

0 commit comments

Comments
 (0)