diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b04712..6979751 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -240,7 +240,7 @@ jobs: - run: npx --no-install lhci autorun - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: lighthouse-report @@ -283,7 +283,7 @@ jobs: # Always publish the raw JSON as a downloadable artifact for historical # tracking and debugging, regardless of pass/fail. - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: bundle-size-report diff --git a/.github/workflows/visual-regression.yml b/.github/workflows/visual-regression.yml index ccb918c..fa637c1 100644 --- a/.github/workflows/visual-regression.yml +++ b/.github/workflows/visual-regression.yml @@ -31,7 +31,7 @@ jobs: - name: Upload diff report on failure if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: visual-regression-report path: |