We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e448e8 + c2408f3 commit 190bc1cCopy full SHA for 190bc1c
1 file changed
.github/workflows/pages.yml
@@ -22,7 +22,7 @@ concurrency:
22
23
jobs:
24
build:
25
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
26
concurrency:
27
group: ${{ github.workflow }}-${{ github.ref }}
28
steps:
@@ -33,7 +33,7 @@ jobs:
33
npx hyperbook build
34
35
- name: Upload artifact
36
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
37
with:
38
path: .hyperbook/out
39
@@ -47,4 +47,4 @@ jobs:
47
48
- name: Deploy to GitHub Pages
49
id: deployment
50
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments