Skip to content

Commit

Permalink
Merge pull request #328 from jellyfin/renovate/ci-deps
Browse files Browse the repository at this point in the history
Update actions/upload-artifact action to v4.1.0
  • Loading branch information
Shadowghost authored Jan 12, 2024
2 parents c1cb71e + c4fea5e commit 2f4e011
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 @@ -47,7 +47,7 @@ jobs:
run: ./build ${{ matrix.release }} ${{ matrix.arch }} dist

- name: Upload Artifacts
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: ${{ inputs.distro }}-${{ matrix.release }}-${{ matrix.arch }}
path: dist
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 @@ -38,7 +38,7 @@ jobs:
run: ./build-${{ inputs.os }}-${{ matrix.arch }} ./dist

- name: Upload Artifacts
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: ${{ inputs.os }}-${{ matrix.arch }}-portable
path: dist
Expand Down

0 comments on commit 2f4e011

Please sign in to comment.