diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a407917..2a36d5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: configuration: Release steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -31,13 +31,13 @@ jobs: - name: Create msi from PowerShell Script run: | "$Env:GITHUB_WORKSPACE\create_msi.ps1" - - name: Upload artifacts - uses: actions/upload-artifact@v2 + - name: Upload installer artifact + uses: actions/upload-artifact@v3 with: name: installer path: ./AmagnoPrinterInstaller.msi - - name: Upload artifacts - uses: actions/upload-artifact@v2 + - name: Upload files artifact + uses: actions/upload-artifact@v3 with: name: files path: files/**/*