From 2ca5954963da19a428c7eefac19574c0440a368b Mon Sep 17 00:00:00 2001 From: Akshat Patel <38994122+Akshat55@users.noreply.github.com> Date: Tue, 11 Feb 2025 21:38:05 -0500 Subject: [PATCH] ci: bump deprecated version of GH action and resolve integration test build issue (#3102) Signed-off-by: Akshat Patel <38994122+Akshat55@users.noreply.github.com> --- .github/workflows/check-build.yml | 4 ++-- integration/ng15/angular.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-build.yml b/.github/workflows/check-build.yml index 8c76b5edad..4eed439f79 100644 --- a/.github/workflows/check-build.yml +++ b/.github/workflows/check-build.yml @@ -29,7 +29,7 @@ jobs: cd dist npm pack - name: Upload dist - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist path: dist/carbon-components-angular-0.0.0.tgz @@ -53,7 +53,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Download dist - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist - run: | diff --git a/integration/ng15/angular.json b/integration/ng15/angular.json index 8459b04a4c..8863bc2196 100644 --- a/integration/ng15/angular.json +++ b/integration/ng15/angular.json @@ -40,7 +40,7 @@ { "type": "initial", "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumError": "2mb" }, { "type": "anyComponentStyle",