summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yaml')
-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 }}_${{