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 628979c commit a0fd8ccCopy full SHA for a0fd8cc
.github/workflows/documentation.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: "Deploy"
21
if: "${{ github.event_name == 'push' && github.ref == 'refs/heads/6.x' }}"
22
- uses: "actions/upload-artifact@v4"
+ uses: "actions/upload-artifact@v5"
23
with:
24
name: "documentation"
25
path: "build/docs"
0 commit comments