Skip to content

Commit 25f4741

Browse files
chore(deps): update actions/upload-artifact digest to 6546280 (#395)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 177b9f7 commit 25f4741

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/frontend-cli.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: pnpm run build
7070

7171
- name: Upload artifact
72-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
72+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
7373
with:
7474
name: application
7575
path: hivemq-edge/src/frontend/dist
@@ -105,7 +105,7 @@ jobs:
105105
# after the test run completes store videos
106106
- name: 💾 Upload Component videos
107107
if: failure()
108-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
108+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
109109
with:
110110
name: cypress-component-videos
111111
path: hivemq-edge/src/frontend/cypress/videos
@@ -139,7 +139,7 @@ jobs:
139139
quiet: true
140140
- name: 💾 Upload E2E videos
141141
if: failure()
142-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
142+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
143143
with:
144144
name: cypress-e2e-videos
145145
path: hivemq-edge/src/frontend/cypress/videos

0 commit comments

Comments
 (0)