Skip to content

Commit 66813d1

Browse files
Bump actions/download-artifact from 3.0.2 to 4.1.1 (#61)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3.0.2...v4.1.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09c6328 commit 66813d1

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
@@ -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/download-artifact@v3.0.2
103+
uses: actions/download-artifact@v4.1.1
104104
- name: Combine coverage results
105105
run: |
106106
. venv/bin/activate

0 commit comments

Comments
 (0)