Skip to content

Commit

Permalink
Bump GH Pages Actions to recent versions
Browse files Browse the repository at this point in the history
actions/upload-pages-artifact@v1 uses Artifact actions v3 which
will be deprecated on 2024-12-05.

Updating upload-pages-artifact to v3 requires updating deploy-pages
to v4.

Take the opportunity to update configure-pages@v5 as well.

Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
jmtd committed Nov 6, 2024
1 parent 8978396 commit 540e71a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gendocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
./docs/create.sh
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'docs'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 540e71a

Please sign in to comment.