File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ jobs:
16
16
echo ::endgroup::build
17
17
make ci-no-record
18
18
make run run-cmd="npm run lint" make-args="no-interactive no-tty"
19
- - uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
19
+ - uses : actions/upload-artifact@v4
20
20
if : failure()
21
21
with :
22
22
name : e2e-screenshots
23
23
path : e2e/cypress/screenshots
24
- - uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
24
+ - uses : actions/upload-artifact@v4
25
25
if : failure()
26
26
with :
27
27
name : e2e-snapshots
28
28
path : e2e/cypress/snapshots
29
- - uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
29
+ - uses : actions/upload-artifact@v4
30
30
if : failure()
31
31
with :
32
32
name : e2e-videos
Original file line number Diff line number Diff line change 22
22
cd build
23
23
docker compose -f docker-compose.yml -f docker-compose.e2e.yml logs --no-color > e2e.log
24
24
if: failure()
25
- - uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
25
+ - uses : actions/upload-artifact@v4
26
26
if : failure()
27
27
with :
28
28
name : server-logs
Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ jobs:
69
69
branch : ${{ steps.prcomm.outputs.BRANCH_NAME }}
70
70
71
71
- name : Upload artifact if failed
72
- uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
72
+ uses : actions/upload-artifact@v4
73
73
if : failure() && steps.prcomm.outputs.BOOL_TRIGGERED == 'true'
74
74
with :
75
75
name : e2e-snapshots
76
76
path : e2e/cypress/snapshots
77
77
78
78
- name : Upload artifact if failed
79
- uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
79
+ uses : actions/upload-artifact@v4
80
80
if : failure() && steps.prcomm.outputs.BOOL_TRIGGERED == 'true'
81
81
with :
82
82
name : e2e-videos
You can’t perform that action at this time.
0 commit comments