mirror of
https://github.com/jellyfin/jellyfin-mpv-shim.git
synced 2024-11-23 05:59:43 +00:00
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:
commit
63cf228c32
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user