We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feba9f8 commit e0c91b4Copy full SHA for e0c91b4
.github/workflows/angular.build.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: 'npm'
25
- uses: austenstone/.github/.github/actions/npm-ci-cache@main
26
- run: npm run build
27
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
28
with:
29
name: dist
30
path: ${{ inputs.out_dir }}
0 commit comments