Skip to content

Commit 244dd47

Browse files
Bump actions/download-artifact from 4.1.1 to 4.1.8 (#98)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.1 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.1...v4.1.8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4805b22 commit 244dd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
101101
needs.tests-linux.outputs.python-key }}
102102
- name: Download all coverage artifacts
103-
uses: actions/[email protected].1
103+
uses: actions/[email protected].8
104104
- name: Combine coverage results
105105
run: |
106106
. venv/bin/activate

0 commit comments

Comments
 (0)