mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 23:33:08 +00:00
chore: upgrade upload-artifacts (#2221)
This commit is contained in:
parent
f3aed7074b
commit
e7bb092fac
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
run: npm run test --workspace=@waku/browser-tests
|
run: npm run test --workspace=@waku/browser-tests
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: playwright-report
|
name: playwright-report
|
||||||
|
|||||||
4
.github/workflows/test-node.yml
vendored
4
.github/workflows/test-node.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
|||||||
fail-on-error: true
|
fail-on-error: true
|
||||||
|
|
||||||
- name: Upload debug logs on failure
|
- name: Upload debug logs on failure
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.test_type }}-debug.log
|
name: ${{ inputs.test_type }}-debug.log
|
||||||
@ -78,7 +78,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Upload logs on failure
|
- name: Upload logs on failure
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.test_type }}-logs
|
name: ${{ inputs.test_type }}-logs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user