Update actions/upload-artifact digest to 1eb3cb2

This commit is contained in:
renovate[bot] 2024-01-12 17:39:19 +00:00 committed by GitHub
parent 96ac0fb9d2
commit f5675a982a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ jobs:
run: npm run ropm run: npm run ropm
- name: Build app - name: Build app
run: npm run build run: npm run build
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
with: with:
name: Jellyfin-Roku-dev-${{ github.sha }} name: Jellyfin-Roku-dev-${{ github.sha }}
path: ${{ github.workspace }}/build/staging path: ${{ github.workspace }}/build/staging

View File

@ -23,7 +23,7 @@ jobs:
run: npm run ropm run: npm run ropm
- name: Build app for production - name: Build app for production
run: npm run build-prod run: npm run build-prod
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
with: with:
name: Jellyfin-Roku-v${{ env.newManVersion }}-${{ github.sha }} name: Jellyfin-Roku-v${{ env.newManVersion }}-${{ github.sha }}
path: ${{ github.workspace }}/build/staging path: ${{ github.workspace }}/build/staging

View File

@ -73,7 +73,7 @@ jobs:
run: npm run ropm run: npm run ropm
- name: Build app for production - name: Build app for production
run: npm run build-prod run: npm run build-prod
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
with: with:
name: Jellyfin-Roku-v${{ env.newManVersion }}-${{ github.sha }} name: Jellyfin-Roku-v${{ env.newManVersion }}-${{ github.sha }}
path: ${{ github.workspace }}/build/staging path: ${{ github.workspace }}/build/staging