Skip to content

Commit 89e8e59

Browse files
dependabot[bot]JoshuaLampertDanielDoehringranocha
authored
Bump actions/download-artifact from 4 to 5 (#2546)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joshua Lampert <[email protected]> Co-authored-by: Daniel Doehring <[email protected]> Co-authored-by: Hendrik Ranocha <[email protected]>
1 parent 7f7035f commit 89e8e59

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
@@ -177,7 +177,7 @@ jobs:
177177
# At first, we check out the repository and download all artifacts
178178
# (and list files for debugging).
179179
- uses: actions/checkout@v5
180-
- uses: actions/download-artifact@v4
180+
- uses: actions/download-artifact@v5
181181
- run: ls -R
182182
# Next, we merge the individual coverage files and upload
183183
# the combined results to Coveralls.

0 commit comments

Comments
 (0)