Merge pull request #358 from jellyfin/dependabot/github_actions/master/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
This commit is contained in:
Izzie Walton 2024-01-21 12:49:09 -05:00 committed by GitHub
commit 63cf228c32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ jobs:
./artifacts.sh standard
shell: bash
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows
path: ${{ github.workspace }}/publish/Installer/*.exe
@ -73,7 +73,7 @@ jobs:
./artifacts.sh legacy
shell: bash
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-legacy32
path: ${{ github.workspace }}/publish/InstallerLegacy/*.exe