diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1ef0d1da7e..2caeab4c91 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -32,7 +32,7 @@ jobs: - name: Run Playwright tests run: npm run test --workspace=@waku/browser-tests - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-report diff --git a/.github/workflows/test-node.yml b/.github/workflows/test-node.yml index 961990a36d..12c9d35049 100644 --- a/.github/workflows/test-node.yml +++ b/.github/workflows/test-node.yml @@ -59,7 +59,7 @@ jobs: fail-on-error: true - name: Upload debug logs on failure - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: ${{ inputs.test_type }}-debug.log @@ -78,7 +78,7 @@ jobs: done - name: Upload logs on failure - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: ${{ inputs.test_type }}-logs