Skip to content

Commit ef8f579

Browse files
Bump actions/download-artifact from 5 to 6 (#2634)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hendrik Ranocha <[email protected]>
1 parent a3a3a31 commit ef8f579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
# At first, we check out the repository and download all artifacts
189189
# (and list files for debugging).
190190
- uses: actions/checkout@v5
191-
- uses: actions/download-artifact@v5
191+
- uses: actions/download-artifact@v6
192192
- run: ls -R
193193
# Next, we merge the individual coverage files and upload
194194
# the combined results to Coveralls.

0 commit comments

Comments
 (0)