@@ -247,7 +247,7 @@ jobs:
247247
248248 steps :
249249 - name : Check out Git repository
250- uses : actions/checkout@v4
250+ uses : actions/checkout@v6
251251
252252 - name : Setup Node with Cache
253253 uses : Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -286,7 +286,7 @@ jobs:
286286
287287 - name : Upload build artifacts
288288 if : ${{ !env.ACT }}
289- uses : actions/upload-artifact@v4
289+ uses : actions/upload-artifact@v6
290290 with :
291291 name : build-${{ github.run_id }}
292292 path : ${{ inputs.build-output-dir }}
@@ -302,7 +302,7 @@ jobs:
302302
303303 steps :
304304 - name : Check out Git repository
305- uses : actions/checkout@v4
305+ uses : actions/checkout@v6
306306
307307 - name : Setup Node with Cache
308308 uses : Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -330,7 +330,7 @@ jobs:
330330
331331 - name : Upload coverage
332332 if : always()
333- uses : actions/upload-artifact@v4
333+ uses : actions/upload-artifact@v6
334334 with :
335335 name : coverage-${{ github.run_id }}
336336 path : coverage/
@@ -346,7 +346,7 @@ jobs:
346346
347347 steps :
348348 - name : Check out Git repository
349- uses : actions/checkout@v4
349+ uses : actions/checkout@v6
350350
351351 - name : Setup Node with Cache
352352 uses : Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -384,7 +384,7 @@ jobs:
384384
385385 - name : Upload test results
386386 if : always()
387- uses : actions/upload-artifact@v4
387+ uses : actions/upload-artifact@v6
388388 with :
389389 name : integration-test-results-${{ github.run_id }}
390390 path : playwright-report/
@@ -403,7 +403,7 @@ jobs:
403403
404404 steps :
405405 - name : Check out Git repository
406- uses : actions/checkout@v4
406+ uses : actions/checkout@v6
407407
408408 - name : Setup Node with Cache
409409 uses : Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -503,7 +503,7 @@ jobs:
503503
504504 steps :
505505 - name : Check out Git repository
506- uses : actions/checkout@v4
506+ uses : actions/checkout@v6
507507
508508 - name : Setup Node with Cache
509509 uses : Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -528,7 +528,7 @@ jobs:
528528 GH_TOKEN : ${{ secrets.GH_TOKEN }}
529529
530530 - name : Cypress functional tests
531- uses : cypress-io/github-action@v6
531+ uses : cypress-io/github-action@v7
532532 timeout-minutes : 15
533533 with :
534534 install : false
@@ -542,7 +542,7 @@ jobs:
542542
543543 - name : Upload test results
544544 if : always()
545- uses : actions/upload-artifact@v4
545+ uses : actions/upload-artifact@v6
546546 with :
547547 name : cypress-functional-results-${{ github.run_id }}
548548 path : |
@@ -560,7 +560,7 @@ jobs:
560560
561561 steps :
562562 - name : Check out Git repository
563- uses : actions/checkout@v4
563+ uses : actions/checkout@v6
564564
565565 - name : Setup Node with Cache
566566 uses : Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -585,7 +585,7 @@ jobs:
585585 GH_TOKEN : ${{ secrets.GH_TOKEN }}
586586
587587 - name : Cypress visual tests
588- uses : cypress-io/github-action@v6
588+ uses : cypress-io/github-action@v7
589589 timeout-minutes : 15
590590 with :
591591 install : false
@@ -604,7 +604,7 @@ jobs:
604604
605605 - name : Upload test results
606606 if : always()
607- uses : actions/upload-artifact@v4
607+ uses : actions/upload-artifact@v6
608608 with :
609609 name : cypress-visual-results-${{ github.run_id }}
610610 path : |
0 commit comments