Skip to content

Commit 8f6dbe6

Browse files
ci(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f723b37 commit 8f6dbe6

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
@@ -111,7 +111,7 @@ jobs:
111111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
112112

113113
- name: "Download phar ./phparkitect-${{ github.sha }}.phar"
114-
uses: actions/download-artifact@v7
114+
uses: actions/download-artifact@v8
115115
with:
116116
# will download phar in project root
117117
name: phar-artifact
@@ -127,7 +127,7 @@ jobs:
127127
contents: write
128128
steps:
129129
- name: "Download phar ./phparkitect-${{ github.sha }}.phar"
130-
uses: actions/download-artifact@v7
130+
uses: actions/download-artifact@v8
131131
with:
132132
# will download phar in project root
133133
name: phar-artifact

0 commit comments

Comments
 (0)