summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-13 13:05:24 +0000
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-13 14:52:21 +0100
commit7d395493c58d6408593d71ffa87a0ee4086c8710 (patch)
treea5abd4d52d642e774df86ad134831ff709790dab
parent736c0be70590dfafaf0905a670505e4ff380d5a4 (diff)
downloadpylint-git-7d395493c58d6408593d71ffa87a0ee4086c8710.tar.gz
Bump actions/upload-artifact from 2.2.4 to 2.3.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 2.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v2.3.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@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 ff306bbf1..a49c1dcb2 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.4
+ uses: actions/upload-artifact@v2.3.0
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.4
+ uses: actions/upload-artifact@v2.3.0
with:
name:
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{