summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-21 15:40:51 +0200
committerGitHub <noreply@github.com>2021-06-21 15:40:51 +0200
commit9ca4933649f12b5dc3c4a18df4f2560846947395 (patch)
treebbc07e6a2c77e9ea597ba52139015c58b99878e5 /.github
parent6353d0513391906764d576ffce4782b8e3e2890c (diff)
downloadpylint-git-9ca4933649f12b5dc3c4a18df4f2560846947395.tar.gz
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](https://github.com/actions/download-artifact/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 858949061..ec28fb950 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -256,7 +256,7 @@ jobs:
echo "Failed to restore Python venv from cache"
exit 1
- name: Download all coverage artifacts
- uses: actions/download-artifact@v2.0.9
+ uses: actions/download-artifact@v2.0.10
- name: Combine coverage results
run: |
. venv/bin/activate