Skip to content

Commit 665afdf

Browse files
authored
Merge pull request #61 from neilime/dependabot/github_actions/actions/download-artifact-3
build(deps): bump actions/download-artifact from 2 to 3
2 parents 55e7b56 + 0c64a91 commit 665afdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
needs: [site, phpdoc]
9393
steps:
94-
- uses: actions/download-artifact@v2
94+
- uses: actions/download-artifact@v3
9595
with:
9696
name: artifact
9797
path: ./artifact

0 commit comments

Comments
 (0)