From 85e1a5ae1354bf26415b788e0c9a991074771335 Mon Sep 17 00:00:00 2001 From: jklingen Date: Thu, 13 Feb 2025 20:30:54 +0100 Subject: [PATCH] Update upload artifact action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c54e7208..fead9a6f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: cp $(Build.SourcesDirectory)/installer/Greenshot-INSTALLER-*.exe ${{ github.workspace }}/artifacts/ - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: drop path: ${{ github.workspace }}/artifacts