Skip to content

Commit f0d6c0d

Browse files
[Docs] - Website: Upgrade GitHub pages action versions
1 parent dc7eebe commit f0d6c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_release_docs_website.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# Zip and upload the static site.
2525
- name: Upload artifact
26-
uses: actions/upload-pages-artifact@v1
26+
uses: actions/upload-pages-artifact@v3
2727
with:
2828
path: ./doc/website/build
2929

@@ -44,5 +44,5 @@ jobs:
4444
steps:
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v2
47+
uses: actions/deploy-pages@v4
4848

0 commit comments

Comments
 (0)