Skip to content

Commit e3bfa1f

Browse files
authored
Update versions for docs Github actions (#1096)
With the deprecation of artifact@v3 the docs pipeline is no longer working. Upgrade all of the versions while in the file. Signed-off-by: Chris Marchbanks <[email protected]>
1 parent de8bb4a commit e3bfa1f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/github-pages.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
contents: read
1414
pages: write
1515
id-token: write
16+
actions: read
1617

1718
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1819
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
@@ -39,13 +40,13 @@ jobs:
3940
#- name: Install Dart Sass
4041
# run: sudo snap install dart-sass
4142
- name: Checkout
42-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4344
with:
4445
submodules: recursive
4546
fetch-depth: 0
4647
- name: Setup Pages
4748
id: pages
48-
uses: actions/configure-pages@v3
49+
uses: actions/configure-pages@v5
4950
- name: Install Node.js dependencies
5051
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5152
working-directory: ./docs
@@ -61,7 +62,7 @@ jobs:
6162
--baseURL "${{ steps.pages.outputs.base_url }}/"
6263
working-directory: ./docs
6364
- name: Upload artifact
64-
uses: actions/upload-pages-artifact@v1
65+
uses: actions/upload-pages-artifact@v3
6566
with:
6667
path: ./docs/public
6768

@@ -75,4 +76,4 @@ jobs:
7576
steps:
7677
- name: Deploy to GitHub Pages
7778
id: deployment
78-
uses: actions/deploy-pages@v2
79+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)