summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-13 13:05:27 +0000
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-13 14:52:32 +0100
commit8ab1a667fe2d92cd10835f94ae2b5bb7de79b72e (patch)
tree9a685817fc1ab87bd09fe2f748b4abfbda1becf7
parent7d395493c58d6408593d71ffa87a0ee4086c8710 (diff)
downloadpylint-git-8ab1a667fe2d92cd10835f94ae2b5bb7de79b72e.tar.gz
Bump actions/download-artifact from 2.0.10 to 2.1.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.10 to 2.1.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.10...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] <support@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 a49c1dcb2..e560de31c 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.10
+ uses: actions/download-artifact@v2.1.0
- name: Combine coverage results
run: |
. venv/bin/activate