Skip to content

Commit

Permalink
chore(*): Update actions/upload-artifact digest to a8a3f3a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Feb 8, 2024
1 parent 36536ac commit f978a21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
echo ::endgroup::build
make ci-no-record
make run run-cmd="npm run lint" make-args="no-interactive no-tty"
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
if: failure()
with:
name: e2e-screenshots
path: e2e/cypress/screenshots
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
if: failure()
with:
name: e2e-snapshots
path: e2e/cypress/snapshots
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
if: failure()
with:
name: e2e-videos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cd build
docker-compose -f docker-compose.yml -f docker-compose.e2e.yml logs --no-color > e2e.log
if: failure()
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
if: failure()
with:
name: server-logs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-e2e-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ jobs:
branch: ${{ steps.prcomm.outputs.BRANCH_NAME }}

- name: Upload artifact if failed
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
if: failure() && steps.prcomm.outputs.BOOL_TRIGGERED == 'true'
with:
name: e2e-snapshots
path: e2e/cypress/snapshots

- name: Upload artifact if failed
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
if: failure() && steps.prcomm.outputs.BOOL_TRIGGERED == 'true'
with:
name: e2e-videos
Expand Down

0 comments on commit f978a21

Please sign in to comment.