Skip to content

Commit d3e7a35

Browse files
MAINT: Bump actions/download-artifact from 3 to 4 (#2344)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact 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> Co-authored-by: Martin Thoma <info@martin-thoma.de>
1 parent 50a1cf6 commit d3e7a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201

202202
- run: python -m pip install --upgrade coverage[toml]
203203

204-
- uses: actions/download-artifact@v3
204+
- uses: actions/download-artifact@v4
205205
with:
206206
name: coverage-data
207207

0 commit comments

Comments
 (0)