Update upload-artifact action to v4 in test coverage workflow
This commit is contained in:
parent
a791074dde
commit
8de44120ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-coverage.yml
vendored
2
.github/workflows/test-coverage.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: coverage-test-failures
|
name: coverage-test-failures
|
||||||
path: ${{ runner.temp }}/package
|
path: ${{ runner.temp }}/package
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue