Skip to content

Commit 2145868

Browse files
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](actions/upload-artifact@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94ce3fd commit 2145868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
. venv/bin/activate
221221
pytest --benchmark-disable --cov --cov-report= tests/
222222
- name: Upload coverage artifact
223-
uses: actions/[email protected].0
223+
uses: actions/[email protected].1
224224
with:
225225
name: coverage-${{ matrix.python-version }}
226226
path: .coverage
@@ -313,7 +313,7 @@ jobs:
313313
run: >-
314314
echo "::set-output name=datetime::"$(date "+%Y%m%d_%H%M")
315315
- name: Upload benchmark artifact
316-
uses: actions/[email protected].0
316+
uses: actions/[email protected].1
317317
with:
318318
name:
319319
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{

0 commit comments

Comments
 (0)