Skip to content

Commit 75f95da

Browse files
Bump actions/download-artifact from 4 to 5 (#2273)
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>
1 parent 356b87f commit 75f95da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/checkout@v4
124124

125125
- name: Download coverage artifacts
126-
uses: actions/download-artifact@v4
126+
uses: actions/download-artifact@v5
127127

128128
- name: Codecov upload
129129
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)