File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175
175
176
176
- name : Upload Build Result
177
177
if : ${{ !matrix.app.publish_artifacts }}
178
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
178
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
179
179
with :
180
180
name : wfl-build-${{ matrix.app.name }}-${{ matrix.app.channel }}-${{ matrix.app.target_os }}-${{ matrix.app.target_arch }}
181
181
path : /tmp/${{ matrix.app.name }}/*
@@ -206,7 +206,7 @@ jobs:
206
206
207
207
- name : Upload Artifact
208
208
if : ${{ matrix.app.publish_artifacts }}
209
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
209
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
210
210
with :
211
211
name : ${{ matrix.app.name }}-${{ matrix.app.channel }}-${{ matrix.app.target_os }}-${{ matrix.app.target_arch }}
212
212
path : ${{ github.workspace }}/${{ matrix.app.name }}-${{ matrix.app.channel }}-${{ matrix.app.target_os }}-${{ matrix.app.target_arch }}
@@ -304,7 +304,7 @@ jobs:
304
304
305
305
- name : Upload Digest
306
306
if : ${{ matrix.app.publish_artifacts }}
307
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
307
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
308
308
with :
309
309
name : wfl-digest-${{ matrix.app.name }}-${{ matrix.app.channel }}-${{ matrix.app.target_os }}-${{ matrix.app.target_arch }}
310
310
path : /tmp/${{ matrix.app.name }}/*
You can’t perform that action at this time.
0 commit comments