Update upload artifact action

This commit is contained in:
jklingen 2025-02-13 20:29:07 +01:00
commit a4f622dc62

View file

@ -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