Skip to content

Commit eaa1c30

Browse files
chore(deps): update actions/upload-artifact digest to ea165f8
1 parent 56d659e commit eaa1c30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-applications.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
176176
- name: Upload Build Result
177177
if: ${{ !matrix.app.publish_artifacts }}
178-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
178+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
179179
with:
180180
name: wfl-build-${{ matrix.app.name }}-${{ matrix.app.channel }}-${{ matrix.app.target_os }}-${{ matrix.app.target_arch }}
181181
path: /tmp/${{ matrix.app.name }}/*
@@ -206,7 +206,7 @@ jobs:
206206
207207
- name: Upload Artifact
208208
if: ${{ matrix.app.publish_artifacts }}
209-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
209+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
210210
with:
211211
name: ${{ matrix.app.name }}-${{ matrix.app.channel }}-${{ matrix.app.target_os }}-${{ matrix.app.target_arch }}
212212
path: ${{ github.workspace }}/${{ matrix.app.name }}-${{ matrix.app.channel }}-${{ matrix.app.target_os }}-${{ matrix.app.target_arch }}
@@ -304,7 +304,7 @@ jobs:
304304
305305
- name: Upload Digest
306306
if: ${{ matrix.app.publish_artifacts }}
307-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
307+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
308308
with:
309309
name: wfl-digest-${{ matrix.app.name }}-${{ matrix.app.channel }}-${{ matrix.app.target_os }}-${{ matrix.app.target_arch }}
310310
path: /tmp/${{ matrix.app.name }}/*

0 commit comments

Comments
 (0)