Skip to content

Commit 17a8738

Browse files
GH Actions: 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 d39631a commit 17a8738

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/checkout@v6
9696

9797
- name: Download PHAR file
98-
uses: actions/download-artifact@v7
98+
uses: actions/download-artifact@v8
9999
with:
100100
name: parallel-lint-phar
101101

@@ -118,7 +118,7 @@ jobs:
118118

119119
steps:
120120
- name: Download PHAR file
121-
uses: actions/download-artifact@v7
121+
uses: actions/download-artifact@v8
122122
with:
123123
name: parallel-lint-phar
124124

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
run: composer test10
168168

169169
- name: Download PHAR file
170-
uses: actions/download-artifact@v7
170+
uses: actions/download-artifact@v8
171171
with:
172172
name: parallel-lint-phar
173173

0 commit comments

Comments
 (0)