summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-24 21:16:54 +0200
committerGitHub <noreply@github.com>2022-10-24 21:16:54 +0200
commitbab810553d82172a395ea5980f4ce1d91514b746 (patch)
tree6af95f1d68cbaafb997a8c138c319c23a2ecc54c /.github
parentb67a0a2195a3ff146235bbd894b72d895a01ac55 (diff)
downloadastroid-git-bab810553d82172a395ea5980f4ce1d91514b746.tar.gz
Bump actions/download-artifact from 3.0.0 to 3.0.1 (#1850)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.0...v3.0.1) --- 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> 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 dad48fc0..21d53c4b 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -163,7 +163,7 @@ jobs:
echo "Failed to restore Python venv from cache"
exit 1
- name: Download all coverage artifacts
- uses: actions/download-artifact@v3.0.0
+ uses: actions/download-artifact@v3.0.1
- name: Combine coverage results
run: |
. venv/bin/activate