Skip to content

Commit e0c91b4

Browse files
authored
Update angular.build.yml
Signed-off-by: Austen Stone <[email protected]>
1 parent feba9f8 commit e0c91b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/angular.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: 'npm'
2525
- uses: austenstone/.github/.github/actions/npm-ci-cache@main
2626
- run: npm run build
27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
with:
2929
name: dist
3030
path: ${{ inputs.out_dir }}

0 commit comments

Comments
 (0)