summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-01 20:23:04 +0100
committerGitHub <noreply@github.com>2022-03-01 20:23:04 +0100
commitdfdba293b284a00f7011bb85bb3fbc389c652fbb (patch)
tree8a147bcbb6913157fa1f070243c1a57c74355586 /.github/workflows
parent18715de0375df4b89286c3c186b39ba4cfa398f1 (diff)
downloadastroid-git-dfdba293b284a00f7011bb85bb3fbc389c652fbb.tar.gz
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](https://github.com/actions/download-artifact/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 277b0eb5..ffe6eb7b 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -233,7 +233,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.1.0
- name: Combine coverage results
run: |
. venv/bin/activate