Skip to content

Commit 121a890

Browse files
dependabot[bot]jacobtylerwalls
authored andcommitted
Bump actions/download-artifact from 4.1.8 to 4.1.9
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] <[email protected]>
1 parent db6ce7f commit 121a890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
- name: Install dependencies
255255
run: pip install -U -r requirements_minimal.txt
256256
- name: Download all coverage artifacts
257-
uses: actions/[email protected].8
257+
uses: actions/[email protected].9
258258
- name: Combine Linux coverage results
259259
run: |
260260
coverage combine coverage-linux*/.coverage

0 commit comments

Comments
 (0)