Skip to content

Commit

Permalink
chore(gha): bump actions/deploy-pages from 3 to 4 (#266)
Browse files Browse the repository at this point in the history
Also required to bump actions/upload-pages-artifact from 2 to 3.
  • Loading branch information
dependabot[bot] authored Jan 4, 2024
1 parent b4328fb commit 9f6aa78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: ./.github/actions/build-documentation-site

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Path of the directory containing the static assets.
path: ./docs
Expand All @@ -54,4 +54,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 9f6aa78

Please sign in to comment.