Skip to content

Commit

Permalink
Merge pull request #59 from neilime/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-3

build(deps): bump actions/upload-artifact from 2 to 3
  • Loading branch information
neilime committed Apr 9, 2022
2 parents 665afdf + 9387036 commit 9577608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo -e "---\nlayout: default\ntitle: Usage\n---\n" > ./artifact/site/usage/index.md
echo "$(sed -r s"/(\{%[^%]+%\})/{% raw %}\1{% endraw %}/g" ./docs/usage.md)" >> ./artifact/site/usage/index.md
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: artifact
path: ./artifact
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
vendor/bin/phpdoc-md -v
mv ./artifact/site/phpdoc/README.md ./artifact/site/phpdoc/index.md
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: artifact
path: ./artifact
Expand Down

0 comments on commit 9577608

Please sign in to comment.