Skip to content

Commit 9f6aa78

Browse files
chore(gha): bump actions/deploy-pages from 3 to 4 (#266)
Also required to bump actions/upload-pages-artifact from 2 to 3.
1 parent b4328fb commit 9f6aa78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: ./.github/actions/build-documentation-site
3535

3636
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v2
37+
uses: actions/upload-pages-artifact@v3
3838
with:
3939
# Path of the directory containing the static assets.
4040
path: ./docs
@@ -54,4 +54,4 @@ jobs:
5454
steps:
5555
- name: Deploy to GitHub Pages
5656
id: deployment
57-
uses: actions/deploy-pages@v3
57+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)