Skip to content

Commit 2ca5954

Browse files
authored
ci: bump deprecated version of GH action and resolve integration test build issue (#3102)
Signed-off-by: Akshat Patel <[email protected]>
1 parent f591581 commit 2ca5954

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cd dist
3030
npm pack
3131
- name: Upload dist
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: dist
3535
path: dist/carbon-components-angular-0.0.0.tgz
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
node-version: ${{ matrix.node-version }}
5555
- name: Download dist
56-
uses: actions/download-artifact@v3
56+
uses: actions/download-artifact@v4
5757
with:
5858
name: dist
5959
- run: |

integration/ng15/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{
4141
"type": "initial",
4242
"maximumWarning": "500kb",
43-
"maximumError": "1mb"
43+
"maximumError": "2mb"
4444
},
4545
{
4646
"type": "anyComponentStyle",

0 commit comments

Comments
 (0)