Skip to content

Commit 0c64a91

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

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
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ubuntu-latest
9696
needs: [site, phpdoc]
9797
steps:
98-
- uses: actions/download-artifact@v2
98+
- uses: actions/download-artifact@v3
9999
with:
100100
name: artifact
101101
path: ./artifact

0 commit comments

Comments
 (0)