Skip to content

Commit a50187a

Browse files
Bump actions/download-artifact from 4 to 8 (#12)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30ca3d7 commit a50187a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
key: ${{ runner.os }}-php8.3-composer-${{ hashFiles('composer.json') }}
122122
restore-keys: ${{ runner.os }}-php8.3-composer-
123123
- run: composer install --prefer-dist --no-progress
124-
- uses: actions/download-artifact@v4
124+
- uses: actions/download-artifact@v8
125125
with:
126126
name: coverage
127127
path: coverage/

0 commit comments

Comments
 (0)