We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27ce6e commit 2593f3fCopy full SHA for 2593f3f
.github/workflows/publish_gh_pages.yml
@@ -6,7 +6,7 @@ jobs:
6
build_pages:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
11
- name: Install dependencies
12
run: |
@@ -16,7 +16,7 @@ jobs:
16
- run: make all
17
18
- name: Upload HTML artifacts
19
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
20
with:
21
name: html
22
path: _build/html
@@ -63,7 +63,7 @@ jobs:
63
fi
64
65
- name: Upload changes in artifacts
66
67
68
name: gh-pages.patch
69
path: _build/gh-pages.patch
0 commit comments