Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#375)
This commit is contained in:
parent
ef35642f10
commit
99e03d73d0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -76,7 +76,7 @@ jobs:
|
||||||
if: ${{ matrix.tests }}
|
if: ${{ matrix.tests }}
|
||||||
|
|
||||||
- name: Upload code coverage
|
- name: Upload code coverage
|
||||||
uses: actions/upload-artifact@v3.1.2
|
uses: actions/upload-artifact@v3.1.3
|
||||||
with:
|
with:
|
||||||
name: code-coverage
|
name: code-coverage
|
||||||
path: coverage/lcov.info
|
path: coverage/lcov.info
|
||||||
|
|
Loading…
Reference in a new issue