Skip to content

Commit

Permalink
Updated upload-artifacts to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bleuthoot-sven committed Jan 3, 2025
1 parent 114a811 commit 7f10ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: echo ::set-output name=hash::`git rev-parse --short HEAD`
- name: Upload LegacyInstaller Build
if: startsWith(github.ref, 'refs/tags/') == false
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: LegacyInstaller-${{ steps.get_hash.outputs.hash }}
path: ./LegacyInstaller/bin/x86/Debug/net6.0-windows

0 comments on commit 7f10ebd

Please sign in to comment.