Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#101)

This commit is contained in:
dependabot[bot] 2023-01-09 02:36:03 +01:00 committed by GitHub
parent 76a3ad9c7f
commit de6ff2decd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.1 uses: actions/upload-artifact@v3.1.2
with: with:
name: code-coverage name: code-coverage
path: coverage/lcov.info path: coverage/lcov.info