55
55
run : make check WINE=wine64
56
56
- name : Store the test suite log
57
57
if : ${{ failure() }}
58
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
58
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
59
59
with :
60
60
name : test-suite-w64.log
61
61
path : tests/test-suite.log
65
65
- name : Zip up the build artifacts
66
66
run : ( cd ${{ env.PREFIX }}; zip -r liblouis.zip * )
67
67
- name : Archive the build artifacts
68
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
68
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
69
69
with :
70
70
name : liblouis-w64.zip
71
71
path : ${{ env.PREFIX }}/liblouis.zip
@@ -144,7 +144,7 @@ jobs:
144
144
# run: make check WINE=wine
145
145
# - name: Store the test suite log
146
146
# if: ${{ failure() }}
147
- # uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
147
+ # uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
148
148
# with:
149
149
# name: test-suite-w32.log
150
150
# path: tests/test-suite.log
@@ -154,7 +154,7 @@ jobs:
154
154
# - name: Zip up the build artifacts
155
155
# run: ( cd ${{ env.PREFIX }}; zip -r liblouis.zip * )
156
156
# - name: Archive the build artifacts
157
- # uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
157
+ # uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
158
158
# with:
159
159
# name: liblouis-w32.zip
160
160
# path: ${{ env.PREFIX }}/liblouis.zip
0 commit comments