From a4f622dc62790c9863d289897b0984f9c09575fb Mon Sep 17 00:00:00 2001 From: jklingen Date: Thu, 13 Feb 2025 20:29:07 +0100 Subject: [PATCH] Update upload artifact action --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c22fcf3f0..4c54e7208 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,10 +60,10 @@ jobs: cp $(Build.SourcesDirectory)/installer/Greenshot-INSTALLER-*.exe ${{ github.workspace }}/artifacts/ - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: - name: drop - path: ${{ github.workspace }}/artifacts + name: drop + path: ${{ github.workspace }}/artifacts deploy: runs-on: windows-latest