Skip to content

Commit f121db9

Browse files
authored
chore(ci): bump GitHub Pages actions to v5 (#1190)
Combines dependabot's #1183 and #1184 into a single change. `actions/upload-pages-artifact@v5` bumps its internal upload-artifact to v7, so the producer and consumer must move together. Merging them separately would run one real Pages deployment with a v5 upload feeding a v4 deploy, since docs.yml is itself in the workflow's trigger paths.
1 parent 2152a87 commit f121db9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Upload Pages artifact
3939
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
40-
uses: actions/upload-pages-artifact@v4
40+
uses: actions/upload-pages-artifact@v5
4141
with:
4242
path: site/
4343

@@ -58,4 +58,4 @@ jobs:
5858
steps:
5959
- name: Deploy to GitHub Pages
6060
id: deployment
61-
uses: actions/deploy-pages@v4
61+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)