summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-09 23:32:56 +0100
committerGitHub <noreply@github.com>2023-01-09 23:32:56 +0100
commite05b72c6418a07c303bd3c2962a6066b8f3459f3 (patch)
treed526d19c27bee199213aba8b6a94f48e71fb2066 /.github
parenta835fa092e63069a589af2d796e1cf405fd9eb32 (diff)
downloadpylint-git-e05b72c6418a07c303bd3c2962a6066b8f3459f3.tar.gz
Bump actions/download-artifact from 3.0.1 to 3.0.2 (#8041)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.1...v3.0.2) --- 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 4b36da30d..f91930cd9 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -104,7 +104,7 @@ jobs:
echo "Failed to restore Python venv from cache"
exit 1
- name: Download all coverage artifacts
- uses: actions/download-artifact@v3.0.1
+ uses: actions/download-artifact@v3.0.2
- name: Combine coverage results
run: |
. venv/bin/activate