Skip to content

Commit

Permalink
Merge pull request #428 from jellyfin/renovate/ci-deps
Browse files Browse the repository at this point in the history
chore(deps): update actions/upload-artifact action to v4.3.6
  • Loading branch information
gnattu authored Aug 6, 2024
2 parents 1f32785 + 5178f5c commit 2d563d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
name: ${{ inputs.distro }}-${{ matrix.release }}-${{ matrix.arch }}
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_meta_mac_portable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: ./builder/buildmac.sh

- name: Upload Artifacts
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
name: mac-${{ matrix.os.arch }}-portable
path: ./builder/artifacts
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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
name: ${{ inputs.os }}-${{ matrix.arch }}-portable
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_meta_win_clang_portable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: ./msys2/build.sh

- name: Upload Artifacts
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
name: win-clang-${{ matrix.os.arch }}-portable
path: ./msys2/artifacts
Expand Down

0 comments on commit 2d563d4

Please sign in to comment.