diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f39ea94..5ee4547 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Upload bundle report if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: bundle-report path: dist/bundle-report.html