mirror of
https://github.com/jellyfin/jellyfin-mpv-shim.git
synced 2024-11-27 00:00:37 +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
|
./artifacts.sh standard
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: windows
|
name: windows
|
||||||
path: ${{ github.workspace }}/publish/Installer/*.exe
|
path: ${{ github.workspace }}/publish/Installer/*.exe
|
||||||
@ -73,7 +73,7 @@ jobs:
|
|||||||
./artifacts.sh legacy
|
./artifacts.sh legacy
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: windows-legacy32
|
name: windows-legacy32
|
||||||
path: ${{ github.workspace }}/publish/InstallerLegacy/*.exe
|
path: ${{ github.workspace }}/publish/InstallerLegacy/*.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user