diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index 0a03dc94..47241409 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -14,7 +14,7 @@ jobs: - run: npm run build:ui working-directory: frontend - name: Export Mock Frontend - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: github.event_name == 'pull_request' with: name: mock-frontend diff --git a/.github/workflows/playwright-e2e.yml b/.github/workflows/playwright-e2e.yml index d7248c05..e9200ca7 100644 --- a/.github/workflows/playwright-e2e.yml +++ b/.github/workflows/playwright-e2e.yml @@ -111,7 +111,7 @@ jobs: run: npm run test:e2e - name: Upload test results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: always() with: name: playwright-results