Update workflows to use latest actions/upload-artifact

This commit is contained in:
Ray
2024-02-13 16:15:18 +01:00
parent abe243d469
commit dc7f81a7b0
5 changed files with 5 additions and 5 deletions

View File

@ -69,7 +69,7 @@ jobs:
shell: cmd
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.RELEASE_NAME }}.zip
path: ./build/${{ env.RELEASE_NAME }}.zip