Skip to content

Commit 8bcc753

Browse files
burningcostclaude
andcommitted
ci: upgrade upload-pages-artifact to v4
actions/upload-pages-artifact@v3 uses Node.js 20 and will be deprecated by GitHub in June 2026. Upgrade to v4. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 69c350a commit 8bcc753

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Generate docs
3131
run: pdoc -o ./docs insurance_governance
3232
- name: Upload Pages artifact
33-
uses: actions/upload-pages-artifact@v3
33+
uses: actions/upload-pages-artifact@v4
3434
with:
3535
path: ./docs
3636

0 commit comments

Comments
 (0)