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 24214ab commit b6319c4Copy full SHA for b6319c4
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
name: Build the site
53
run: mkdocs build
54
- name: Upload Pages artifact
55
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
56
with:
57
name: build-pr${{ github.event.pull_request.number }}
58
path: site
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
121
122
name: build-${{ github.ref_name }}-${{ github.run_id }}
123
0 commit comments