Skip to content

Commit 328776b

Browse files
ci(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 646fa62 commit 328776b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108108

109109
- name: "Download phar ./phparkitect-${{ github.sha }}.phar"
110-
uses: actions/download-artifact@v4
110+
uses: actions/download-artifact@v5
111111
with:
112112
# will download phar in project root
113113
name: phar-artifact
@@ -123,7 +123,7 @@ jobs:
123123
contents: write
124124
steps:
125125
- name: "Download phar ./phparkitect-${{ github.sha }}.phar"
126-
uses: actions/download-artifact@v4
126+
uses: actions/download-artifact@v5
127127
with:
128128
# will download phar in project root
129129
name: phar-artifact

0 commit comments

Comments
 (0)