From 43fdf40bfb5fe337970bdc0d7a89cfff684d167d Mon Sep 17 00:00:00 2001 From: Gerrit Edzards <38693852+gerrit-amagno@users.noreply.github.com> Date: Tue, 30 May 2023 17:45:45 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2a5a98..2a36d5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,12 +32,12 @@ jobs: run: | "$Env:GITHUB_WORKSPACE\create_msi.ps1" - name: Upload installer artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: installer path: ./AmagnoPrinterInstaller.msi - name: Upload files artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: files path: files/**/*