Skip to content

Commit

Permalink
ci: bump deprecated version of GH action and resolve integration test…
Browse files Browse the repository at this point in the history
… build issue (#3102)

Signed-off-by: Akshat Patel <[email protected]>
  • Loading branch information
Akshat55 authored Feb 12, 2025
1 parent f591581 commit 2ca5954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion integration/ng15/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit 2ca5954

Please sign in to comment.