We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a693e0 commit 2af7ed1Copy full SHA for 2af7ed1
1 file changed
.github/workflows/docs.yaml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
version: "0.5.25"
20
- run: slap run --no-venv-check docs:build
21
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
22
23
name: docs
24
path: docs/_site
@@ -29,7 +29,7 @@ jobs:
29
if: github.ref == 'refs/heads/develop'
30
steps:
31
- uses: actions/checkout@v5
32
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
33
with: { name: docs, path: docs/site }
34
- uses: JamesIves/github-pages-deploy-action@v4.7.3
35
0 commit comments