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