Skip to content

Commit ece3d23

Browse files
Build: Bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6de6d6a commit ece3d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
- name: Install dependencies
194194
run: uv sync --group dev
195195
- name: Download all coverage artifacts
196-
uses: actions/download-artifact@v4
196+
uses: actions/download-artifact@v7
197197
with:
198198
pattern: coverage-*
199199
merge-multiple: true

0 commit comments

Comments
 (0)