summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-24 21:23:50 +0200
committerGitHub <noreply@github.com>2022-10-24 21:23:50 +0200
commit102de8c16dd3de9beaae6c255e499d724e1a5821 (patch)
tree52f2d583e10b7dfb58862f01a1c701cda1d342ab /.github
parentd591cce71cd06b01c5e94ded1a10c6c0fc092d6d (diff)
downloadpylint-git-102de8c16dd3de9beaae6c255e499d724e1a5821.tar.gz
Bump actions/download-artifact from 3.0.0 to 3.0.1 (#7667)
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/tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 5c312e491..150bcd20e 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -100,7 +100,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