Skip to content

Commit c2408f3

Browse files
authored
Update pages.yml
1 parent fb88aa3 commit c2408f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222

2323
jobs:
2424
build:
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-latest
2626
concurrency:
2727
group: ${{ github.workflow }}-${{ github.ref }}
2828
steps:
@@ -33,7 +33,7 @@ jobs:
3333
npx hyperbook build
3434
3535
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v1
36+
uses: actions/upload-pages-artifact@v3
3737
with:
3838
path: .hyperbook/out
3939

@@ -47,4 +47,4 @@ jobs:
4747
steps:
4848
- name: Deploy to GitHub Pages
4949
id: deployment
50-
uses: actions/deploy-pages@v1
50+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)