Update Actions

This commit is contained in:
2025-02-23 19:31:59 +01:00
committed by GitHub
parent 3f65310dcb
commit 0e6a23fa42

View File

@@ -50,13 +50,13 @@ jobs:
ng build --configuration production --output-path=dist ng build --configuration production --output-path=dist
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3.1.0
with: with:
name: dotnet-artifacts name: dotnet-artifacts
path: ./output/dotnet path: ./output/dotnet
- name: Upload Angular Artifacts - name: Upload Angular Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3.1.0
with: with:
name: angular-artifacts name: angular-artifacts
path: ./bytefy.webapp/dist path: ./bytefy.webapp/dist
@@ -67,13 +67,13 @@ jobs:
steps: steps:
- name: Download .NET Artifacts - name: Download .NET Artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3.1.0
with: with:
name: dotnet-artifacts name: dotnet-artifacts
path: ./output/dotnet path: ./output/dotnet
- name: Download Angular Artifacts - name: Download Angular Artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3.1.0
with: with:
name: angular-artifacts name: angular-artifacts
path: ./bytefy.webapp/dist path: ./bytefy.webapp/dist