We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9a4a2 commit 4a693e0Copy full SHA for 4a693e0
1 file changed
.github/workflows/docs.yaml
@@ -29,7 +29,7 @@ jobs:
29
if: github.ref == 'refs/heads/develop'
30
steps:
31
- uses: actions/checkout@v5
32
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
33
with: { name: docs, path: docs/site }
34
- uses: JamesIves/github-pages-deploy-action@v4.7.3
35
with:
0 commit comments