Skip to content

Commit 7d39549

Browse files
dependabot[bot]Pierre-Sassoulas
authored andcommitted
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](actions/upload-artifact@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] <[email protected]>
1 parent 736c0be commit 7d39549

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/upload-artifact@v2.2.4
223+
uses: actions/upload-artifact@v2.3.0
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/upload-artifact@v2.2.4
316+
uses: actions/upload-artifact@v2.3.0
317317
with:
318318
name:
319319
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{

0 commit comments

Comments
 (0)