Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to 65c4c4a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent bcd5dfb commit 3e4516b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: pnpm run build

- name: Upload artifact
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
with:
name: application
path: hivemq-edge/src/frontend/dist
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
# after the test run completes store videos
- name: 💾 Upload Component videos
if: failure()
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
with:
name: cypress-component-videos
path: hivemq-edge/src/frontend/cypress/videos
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
quiet: false
- name: 💾 Upload E2E videos
if: failure()
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
with:
name: cypress-e2e-videos
path: hivemq-edge/src/frontend/cypress/videos
Expand Down

0 comments on commit 3e4516b

Please sign in to comment.