Skip to content

Commit 3986b8a

Browse files
Bump actions/download-artifact from 4.1.8 to 4.1.9 (#10254)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.1.9) --- 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 641e788 commit 3986b8a

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
@@ -106,7 +106,7 @@ jobs:
106106
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
107107
needs.tests-linux.outputs.python-key }}
108108
- name: Download all coverage artifacts
109-
uses: actions/download-artifact@v4.1.8
109+
uses: actions/download-artifact@v4.1.9
110110
- name: Combine coverage results
111111
run: |
112112
. venv/bin/activate

0 commit comments

Comments
 (0)