Skip to content

Commit

Permalink
Update actions/upload-artifact digest to 89ef406
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 3, 2024
1 parent 18cf721 commit 5266e05
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
with:
name: cypress-e2e-videos
path: hivemq-edge/src/frontend/cypress/videos
Expand Down

0 comments on commit 5266e05

Please sign in to comment.