diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 53cc924f..c8fb1191 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -101,7 +101,7 @@ jobs: BASE_URL: ${{ needs.deploy-preview.outputs.preview-url }} - name: Upload E2E results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: preview-e2e-results diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 4b2aff26..0cad742c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -35,7 +35,7 @@ jobs: - name: Upload audit report if: github.event_name == 'schedule' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: weekly-audit-report path: audit-report.json diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e850d7a..23e4efb1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: name: codecov-umbrella - name: Archive test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: test-results-${{ matrix.node-version }} @@ -91,7 +91,7 @@ jobs: fi - name: Upload E2E test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: e2e-results-${{ matrix.browser }} @@ -124,7 +124,7 @@ jobs: run: npm run perf:ci - name: Upload performance results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: performance-results