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 0e74f04 commit 6fbbb24Copy full SHA for 6fbbb24
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
echo -e "---\nlayout: default\ntitle: Usage\n---\n" > ./artifact/site/usage/index.md
28
echo "$(sed -r s"/(\{%[^%]+%\})/{% raw %}\1{% endraw %}/g" ./docs/usage.md)" >> ./artifact/site/usage/index.md
29
30
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
31
with:
32
name: artifact
33
path: ./artifact
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 -d ./src -t ./artifact/site/phpdoc
44
45
46
47
48
0 commit comments