mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-25 07:12:16 +00:00
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:
parent
8c25dbe8f6
commit
b934efc5c6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
path-to-lcov: ${{ steps.coverage.outputs.report }}
|
path-to-lcov: ${{ steps.coverage.outputs.report }}
|
||||||
|
|
||||||
- name: Archive code coverage results
|
- name: Archive code coverage results
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: code-coverage-report.zip
|
name: code-coverage-report.zip
|
||||||
path: ${{ steps.coverage.outputs.report }}
|
path: ${{ steps.coverage.outputs.report }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user