summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-12 09:40:48 +0200
committerGitHub <noreply@github.com>2021-04-12 09:40:48 +0200
commitccb09c1157428c7977a132cb0a920fed27e883e0 (patch)
tree0f1d0163ba8fdf8b8a6c1777c136637292138798
parent99aaeddb247532a31a8c68718aa61b5f868bd9a1 (diff)
downloadpylint-git-ccb09c1157428c7977a132cb0a920fed27e883e0.tar.gz
Bump actions/download-artifact from v2.0.8 to v2.0.9 (#4343)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v2.0.8 to v2.0.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.8...158ca71f7c614ae705e79f25522ef4658df18253) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index c9f5ca958..02fe379e1 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -252,7 +252,7 @@ jobs:
echo "Failed to restore Python venv from cache"
exit 1
- name: Download all coverage artifacts
- uses: actions/download-artifact@v2.0.8
+ uses: actions/download-artifact@v2.0.9
- name: Combine coverage results
run: |
. venv/bin/activate