Skip to content

Commit 9387036

Browse files
build(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 921a2be commit 9387036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo -e "---\nlayout: default\ntitle: Usage\n---\n" > ./artifact/site/usage/index.md
3030
echo "$(sed -r s"/(\{%[^%]+%\})/{% raw %}\1{% endraw %}/g" ./docs/usage.md)" >> ./artifact/site/usage/index.md
3131
32-
- uses: actions/upload-artifact@v2
32+
- uses: actions/upload-artifact@v3
3333
with:
3434
name: artifact
3535
path: ./artifact
@@ -86,7 +86,7 @@ jobs:
8686
vendor/bin/phpdoc-md -v
8787
mv ./artifact/site/phpdoc/README.md ./artifact/site/phpdoc/index.md
8888
89-
- uses: actions/upload-artifact@v2
89+
- uses: actions/upload-artifact@v3
9090
with:
9191
name: artifact
9292
path: ./artifact

0 commit comments

Comments
 (0)