chore(deps): update actions/upload-artifact action to v3 (#495)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-07 11:05:41 +03:00 committed by GitHub
parent 8c25dbe8f6
commit b934efc5c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ jobs:
path-to-lcov: ${{ steps.coverage.outputs.report }}
- name: Archive code coverage results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: code-coverage-report.zip
path: ${{ steps.coverage.outputs.report }}