Skip to content

Commit

Permalink
Merge pull request #342 from jellyfin/renovate/ci-deps
Browse files Browse the repository at this point in the history
Update actions/download-artifact action to v4.1.3
  • Loading branch information
Shadowghost authored Feb 27, 2024
2 parents ad091ef + 5e44b90 commit 466bd6d
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@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
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@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
with:
name: ${{ inputs.os }}-${{ matrix.arch }}-portable
path: artifact
Expand Down

0 comments on commit 466bd6d

Please sign in to comment.