Update build.yml

This commit is contained in:
2024-10-16 20:44:23 +02:00
committed by GitHub
parent d2e4b987ae
commit e87278d662

View File

@@ -46,7 +46,7 @@ jobs:
ng build --configuration production --output-path=dist
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: dotnet-artifacts
path: ./output/dotnet
@@ -69,7 +69,7 @@ jobs:
path: ./output/dotnet
- name: Download Angular Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: angular-artifacts
path: ./tools/dist