chore: bump version of upload artifact to v4
This commit is contained in:
parent
9906b6ede8
commit
69f28b088f
2 changed files with 3 additions and 3 deletions
2
.github/workflows/_base-server-tests.yml
vendored
2
.github/workflows/_base-server-tests.yml
vendored
|
|
@ -138,7 +138,7 @@ jobs:
|
||||||
FRAPPE_SENTRY_DSN: ${{ secrets.SENTRY_DSN || '' }}
|
FRAPPE_SENTRY_DSN: ${{ secrets.SENTRY_DSN || '' }}
|
||||||
|
|
||||||
- name: Upload coverage data
|
- name: Upload coverage data
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: inputs.enable-coverage
|
if: inputs.enable-coverage
|
||||||
with:
|
with:
|
||||||
name: coverage-${{ matrix.db }}-${{ matrix.index }}
|
name: coverage-${{ matrix.db }}-${{ matrix.index }}
|
||||||
|
|
|
||||||
4
.github/workflows/_base-ui-tests.yml
vendored
4
.github/workflows/_base-ui-tests.yml
vendored
|
|
@ -119,14 +119,14 @@ jobs:
|
||||||
( tail -f ${GITHUB_WORKSPACE}/sites/*-coverage*.xml & ) | grep -q "\/coverage"
|
( tail -f ${GITHUB_WORKSPACE}/sites/*-coverage*.xml & ) | grep -q "\/coverage"
|
||||||
|
|
||||||
- name: Upload JS coverage data
|
- name: Upload JS coverage data
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: inputs.enable-coverage
|
if: inputs.enable-coverage
|
||||||
with:
|
with:
|
||||||
name: coverage-js-${{ matrix.index }}
|
name: coverage-js-${{ matrix.index }}
|
||||||
path: ./apps/${{ github.event.repository.name }}/.cypress-coverage/clover.xml
|
path: ./apps/${{ github.event.repository.name }}/.cypress-coverage/clover.xml
|
||||||
|
|
||||||
- name: Upload coverage data
|
- name: Upload coverage data
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: inputs.enable-coverage
|
if: inputs.enable-coverage
|
||||||
with:
|
with:
|
||||||
name: coverage-py-${{ matrix.index }}
|
name: coverage-py-${{ matrix.index }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue