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