Skip to content

Commit dfdba29

Browse files
Bump actions/download-artifact from 2.0.9 to 2.1.0 (#1420)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.9 to 2.1.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2.0.9...v2.1.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18715de commit dfdba29

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
@@ -233,7 +233,7 @@ jobs:
233233
echo "Failed to restore Python venv from cache"
234234
exit 1
235235
- name: Download all coverage artifacts
236-
uses: actions/download-artifact@v2.0.9
236+
uses: actions/download-artifact@v2.1.0
237237
- name: Combine coverage results
238238
run: |
239239
. venv/bin/activate

0 commit comments

Comments
 (0)