Bump actions/upload-artifact from 2.1.0 to v2.1.1 (#38315)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/38261/head^2
parent
0a7dc40712
commit
a92a7ec848
|
@ -737,7 +737,7 @@ jobs:
|
||||||
-p no:sugar \
|
-p no:sugar \
|
||||||
tests
|
tests
|
||||||
- name: Upload coverage artifact
|
- name: Upload coverage artifact
|
||||||
uses: actions/upload-artifact@2.1.0
|
uses: actions/upload-artifact@v2.1.1
|
||||||
with:
|
with:
|
||||||
name: coverage-${{ matrix.python-version }}-group${{ matrix.group }}
|
name: coverage-${{ matrix.python-version }}-group${{ matrix.group }}
|
||||||
path: .coverage
|
path: .coverage
|
||||||
|
|
Loading…
Reference in New Issue