Skip to content

Commit 5fac1c4

Browse files
Bump actions/download-artifact from 4.1.0 to 4.1.1 (#9361)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4739f84 commit 5fac1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
106106
needs.tests-linux.outputs.python-key }}
107107
- name: Download all coverage artifacts
108-
uses: actions/download-artifact@v4.1.0
108+
uses: actions/download-artifact@v4.1.1
109109
- name: Combine coverage results
110110
run: |
111111
. venv/bin/activate

0 commit comments

Comments
 (0)