There was an error while loading. Please reload this page.
1 parent 8151d28 commit 70b9717Copy full SHA for 70b9717
1 file changed
.github/workflows/build-documentation.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout code
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
with:
14
persist-credentials: false
15
- name: Build documentation
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Upload static files as artifact
25
id: deployment
26
- uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
+ uses: actions/upload-pages-artifact@v5
27
28
path: build/html/
29
0 commit comments