Skip to content

Commit

Permalink
Merge pull request #317 from jellyfin/renovate/ci-deps
Browse files Browse the repository at this point in the history
Update actions/download-artifact action to v4.1.0
  • Loading branch information
Bond-009 authored Dec 19, 2023
2 parents 951ba78 + 52f4441 commit bb493d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_meta_portable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb493d6

Please sign in to comment.