summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-20 14:19:27 +0100
committerGitHub <noreply@github.com>2021-12-20 14:19:27 +0100
commit2145868fcdadc656e6fc151afecea57e513ed77a (patch)
tree56ebf43c2f1ecffb95f757351c10b3b916dcd62c
parent94ce3fd4743901aeb89743699da74c9307dc0ec1 (diff)
downloadpylint-git-2145868fcdadc656e6fc151afecea57e513ed77a.tar.gz
Bump actions/upload-artifact from 2.3.0 to 2.3.1 (#5559)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.3.0...v2.3.1) --- 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>
-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 e560de31c..96f06bbfd 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.3.0
+ uses: actions/upload-artifact@v2.3.1
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.3.0
+ uses: actions/upload-artifact@v2.3.1
with:
name:
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{