File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-24.04
13
13
if : ${{ contains(github.repository_owner, 'jellyfin') }}
14
14
steps :
15
- - uses : eps1lon/actions-label-merge-conflict@1b1b1fcde06a9b3d089f3464c96417961dde1168 # v3.0.2
15
+ - uses : eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3
16
16
with :
17
17
dirtyLabel : merge conflict
18
18
repoToken : ${{ secrets.JF_BOT_TOKEN }}
Original file line number Diff line number Diff line change 38
38
working-directory : ./docs/.vitepress/dist
39
39
run : zip -v -r ../vitepress.zip *
40
40
- name : Upload artifact
41
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
41
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
42
42
with :
43
43
name : vitepress
44
44
path : ./docs/.vitepress/vitepress.zip
62
62
working-directory : ./build/dokka/htmlMultiModule
63
63
run : zip -v -r ../../dokka.zip *
64
64
- name : Upload artifact
65
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
65
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
66
66
with :
67
67
name : dokka
68
68
path : ./build/dokka.zip
You can’t perform that action at this time.
0 commit comments