diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e7b054..6e5162a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,7 +204,7 @@ jobs: - name: Upload Playwright report if: ${{ failure() || cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-report path: tests/playwright-report @@ -212,7 +212,7 @@ jobs: - name: Upload Playwright traces + screenshots if: ${{ failure() || cancelled() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-test-results path: tests/test-results diff --git a/.github/workflows/plugin-openclaw.yml b/.github/workflows/plugin-openclaw.yml index 0aedd5d..934972e 100644 --- a/.github/workflows/plugin-openclaw.yml +++ b/.github/workflows/plugin-openclaw.yml @@ -238,7 +238,7 @@ jobs: - name: Upload dry-run log if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: plugin-openclaw-publish-dry-run path: plugins/openclaw/publish-dry-run.log