Skip to content

Commit 563c622

Browse files
Bump actions/download-artifact from 5 to 6 (#176)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 b060ff4 commit 563c622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# At first, we check out the repository and download all artifacts
9494
# (and list files for debugging).
9595
- uses: actions/checkout@v5
96-
- uses: actions/download-artifact@v5
96+
- uses: actions/download-artifact@v6
9797
- run: ls -R
9898
# Next, we merge the individual coverage files and upload
9999
# the combined results to Coveralls.

0 commit comments

Comments
 (0)