diff --git a/.github/workflows/ci-cd-pipeline.yml b/.github/workflows/ci-cd-pipeline.yml index 50a3fcb28..3fc2b6f3c 100644 --- a/.github/workflows/ci-cd-pipeline.yml +++ b/.github/workflows/ci-cd-pipeline.yml @@ -127,7 +127,7 @@ jobs: run: npm run build || true - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: heady-build path: | diff --git a/.github/workflows/ci-gap-closure.yml b/.github/workflows/ci-gap-closure.yml index dad8ffa96..ed3a9db3b 100644 --- a/.github/workflows/ci-gap-closure.yml +++ b/.github/workflows/ci-gap-closure.yml @@ -183,7 +183,7 @@ jobs: NODE_ENV: test - name: Upload coverage - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-report path: coverage/ diff --git a/.github/workflows/lighthouse-audit.yml b/.github/workflows/lighthouse-audit.yml index 9ca1d810b..8850d5f09 100644 --- a/.github/workflows/lighthouse-audit.yml +++ b/.github/workflows/lighthouse-audit.yml @@ -162,7 +162,7 @@ jobs: - name: Upload score summary artifact if: steps.lighthouse.outcome == 'success' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: lighthouse-scores-${{ matrix.site.name }}-${{ github.run_id }} path: lighthouse-results/ diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index ca36bcafd..46c11d2fa 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -60,7 +60,7 @@ jobs: - name: Upload audit report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: npm-audit-report-${{ github.sha }} path: audit-report.txt