downgrade artifacts action
This commit is contained in:
parent
0a2b93a8c7
commit
a6d75af447
@ -112,14 +112,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Jest results
|
- name: Upload Jest results
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: jest-integration-results
|
name: jest-integration-results
|
||||||
path: Development/server/jest-integration.log
|
path: Development/server/jest-integration.log
|
||||||
|
|
||||||
- name: Upload Jest coverage
|
- name: Upload Jest coverage
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: jest-integration-coverage
|
name: jest-integration-coverage
|
||||||
path: Development/server/coverage/integration
|
path: Development/server/coverage/integration
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user