Skip to content

Commit a4de495

Browse files
dependabot[bot]jrfnl
authored andcommitted
GH Actions: 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] <support@github.com>
1 parent 923d01f commit a4de495

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Checkout code
9494
uses: actions/checkout@v4
9595

96-
- uses: actions/download-artifact@v4
96+
- uses: actions/download-artifact@v5
9797
with:
9898
name: parallel-lint-phar
9999

@@ -115,7 +115,7 @@ jobs:
115115
- verify
116116

117117
steps:
118-
- uses: actions/download-artifact@v4
118+
- uses: actions/download-artifact@v5
119119
with:
120120
name: parallel-lint-phar
121121

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
if: ${{ startsWith( steps.phpunit_version.outputs.VERSION, '10.' ) }}
166166
run: composer test10
167167

168-
- uses: actions/download-artifact@v4
168+
- uses: actions/download-artifact@v5
169169
with:
170170
name: parallel-lint-phar
171171

0 commit comments

Comments
 (0)