Skip to content

Commit bed98ab

Browse files
authored
Merge pull request #2128 from jellyfin/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to 4cec3d8
2 parents 4397eba + 81b0c47 commit bed98ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_build-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: npm run ropm
2121
- name: Build app for production
2222
run: npm run build-prod
23-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
23+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
2424
with:
2525
name: Jellyfin-Roku-v${{ env.newManVersion }}-${{ github.sha }}
2626
path: ${{ github.workspace }}/build/staging

.github/workflows/build-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm run ropm
2222
- name: Build app
2323
run: npm run build
24-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
24+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
2525
with:
2626
name: Jellyfin-Roku-dev-${{ github.sha }}
2727
path: ${{ github.workspace }}/build/staging

0 commit comments

Comments
 (0)