summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-21 15:40:39 +0200
committerGitHub <noreply@github.com>2021-06-21 15:40:39 +0200
commit6353d0513391906764d576ffce4782b8e3e2890c (patch)
treecda18fc9ce27d4b70779738668d3c138a12d7476 /.github
parentfa675924c39759ca40eebd54df164b2697093955 (diff)
downloadpylint-git-6353d0513391906764d576ffce4782b8e3e2890c.tar.gz
Bump actions/upload-artifact from 2.2.3 to 2.2.4 (#4596)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.3...v2.2.4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... 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.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index ae4dfb5fd..858949061 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -220,7 +220,7 @@ jobs:
. venv/bin/activate
pytest --benchmark-disable --cov --cov-report= tests/
- name: Upload coverage artifact
- uses: actions/upload-artifact@v2.2.3
+ uses: actions/upload-artifact@v2.2.4
with:
name: coverage-${{ matrix.python-version }}
path: .coverage
@@ -313,7 +313,7 @@ jobs:
run: >-
echo "::set-output name=datetime::"$(date "+%Y%m%d_%H%M")
- name: Upload benchmark artifact
- uses: actions/upload-artifact@v2.2.3
+ uses: actions/upload-artifact@v2.2.4
with:
name:
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{