mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
Update actions/download-artifact action to v4.1.0
This commit is contained in:
@@ -79,7 +79,7 @@ jobs:
|
||||
core.setOutput('no-dash', no_dash)
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
|
||||
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
||||
with:
|
||||
name: ${{ inputs.distro }}-${{ matrix.release }}-${{ matrix.arch }}
|
||||
path: artifact
|
||||
|
||||
@@ -69,7 +69,7 @@ jobs:
|
||||
core.setOutput('no-dash', no_dash)
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
|
||||
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
||||
with:
|
||||
name: ${{ inputs.os }}-${{ matrix.arch }}-portable
|
||||
path: artifact
|
||||
|
||||
Reference in New Issue
Block a user