Skip to content

Commit 62bc9af

Browse files
Bump actions/download-artifact from 4.1.8 to 4.2.1 (#207)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.2.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a6c90b commit 62bc9af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
python-version: "3.9"
104104
- name: Download coverage
105-
uses: actions/download-artifact@v4.1.8
105+
uses: actions/download-artifact@v4.2.1
106106
with:
107107
name: coverage
108108
- name: Coveralls

0 commit comments

Comments
 (0)