Skip to content

Commit

Permalink
Merge pull request #316 from jellyfin/renovate/actions-upload-artifac…
Browse files Browse the repository at this point in the history
…t-4.x

Update actions/upload-artifact action to v4
  • Loading branch information
Bond-009 authored Dec 18, 2023
2 parents 6d51c3d + 74c00bf commit 951ba78
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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: ${{ inputs.os }}-${{ matrix.arch }}-portable
path: dist
Expand Down

0 comments on commit 951ba78

Please sign in to comment.