Skip to content

Commit

Permalink
Merge pull request #327 from jellyfin/renovate/ci-deps
Browse files Browse the repository at this point in the history
Update actions/download-artifact action to v4.1.1
  • Loading branch information
Shadowghost authored Jan 10, 2024
2 parents 4e7437f + 294854c commit c1cb71e
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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
name: ${{ inputs.os }}-${{ matrix.arch }}-portable
path: artifact
Expand Down

0 comments on commit c1cb71e

Please sign in to comment.