Skip to content

Commit 9ca4933

Browse files
Bump actions/download-artifact from 2.0.9 to 2.0.10 (#4595)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.9 to 2.0.10. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2.0.9...v2.0.10) --- 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 6353d05 commit 9ca4933

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
@@ -256,7 +256,7 @@ jobs:
256256
echo "Failed to restore Python venv from cache"
257257
exit 1
258258
- name: Download all coverage artifacts
259-
uses: actions/[email protected].9
259+
uses: actions/[email protected].10
260260
- name: Combine coverage results
261261
run: |
262262
. venv/bin/activate

0 commit comments

Comments
 (0)