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 f56706e commit f62b294Copy full SHA for f62b294
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
name: Build the site
50
run: mkdocs build
51
- name: Upload Pages artifact
52
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
53
with:
54
name: build-pr${{ github.event.pull_request.number }}
55
path: site
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
116
117
name: build-${{ github.ref_name }}-${{ github.run_id }}
118
0 commit comments