Skip to content

Commit 9577608

Browse files
authored
Merge pull request #59 from neilime/dependabot/github_actions/actions/upload-artifact-3
build(deps): bump actions/upload-artifact from 2 to 3
2 parents 665afdf + 9387036 commit 9577608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo -e "---\nlayout: default\ntitle: Usage\n---\n" > ./artifact/site/usage/index.md
2828
echo "$(sed -r s"/(\{%[^%]+%\})/{% raw %}\1{% endraw %}/g" ./docs/usage.md)" >> ./artifact/site/usage/index.md
2929
30-
- uses: actions/upload-artifact@v2
30+
- uses: actions/upload-artifact@v3
3131
with:
3232
name: artifact
3333
path: ./artifact
@@ -82,7 +82,7 @@ jobs:
8282
vendor/bin/phpdoc-md -v
8383
mv ./artifact/site/phpdoc/README.md ./artifact/site/phpdoc/index.md
8484
85-
- uses: actions/upload-artifact@v2
85+
- uses: actions/upload-artifact@v3
8686
with:
8787
name: artifact
8888
path: ./artifact

0 commit comments

Comments
 (0)