summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-12 09:40:38 +0200
committerGitHub <noreply@github.com>2021-04-12 09:40:38 +0200
commit99aaeddb247532a31a8c68718aa61b5f868bd9a1 (patch)
treeda71de6be8489343503a1c5a88e6558a8df510aa
parenta9e31583ddff80fb1226d3f4f07c58398fca2619 (diff)
downloadpylint-git-99aaeddb247532a31a8c68718aa61b5f868bd9a1.tar.gz
Bump actions/upload-artifact from v2.2.2 to v2.2.3 (#4342)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.2 to v2.2.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...ee69f02b3dfdecd58bb31b4d133da38ba6fe3700) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index fd4ec0c5f..c9f5ca958 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -216,7 +216,7 @@ jobs:
. venv/bin/activate
pytest --benchmark-disable --cov --cov-report= tests/
- name: Upload coverage artifact
- uses: actions/upload-artifact@v2.2.2
+ uses: actions/upload-artifact@v2.2.3
with:
name: coverage-${{ matrix.python-version }}
path: .coverage
@@ -309,7 +309,7 @@ jobs:
run: >-
echo "::set-output name=datetime::"$(date "+%Y%m%d_%H%M")
- name: Upload benchmark artifact
- uses: actions/upload-artifact@v2.2.2
+ uses: actions/upload-artifact@v2.2.3
with:
name:
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{