From b302f4256a92f79b316e9810f24aaf7d69a300ee Mon Sep 17 00:00:00 2001 From: Christian Feldmann Date: Wed, 20 Mar 2024 13:13:15 +0100 Subject: [PATCH] Also update actions/upload-artifact to v4 --- .github/workflows/Build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index f79227b5a..e2acbfaec 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -132,7 +132,7 @@ jobs: cp YUView.AppImage $GITHUB_WORKSPACE/artifacts/ if: matrix.os == 'ubuntu-20.04' - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{matrix.ARTIFACT_NAME}} path: artifacts @@ -227,12 +227,12 @@ jobs: cp deployment/wix/bin/Release/YUViewSetup.msi ./ if: matrix.auto_update == true - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{matrix.ARTIFACT_NAME}} path: artifacts - name: Upload Windows installer Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: YUViewSetup.msi path: ./YUViewSetup.msi