@@ -450,21 +450,21 @@ jobs:
450
450
report_paths : ' test-results/e2e-test-output-*.xml'
451
451
452
452
- name : Archive Cypress test videos
453
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
453
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
454
454
if : ${{ failure() }}
455
455
with :
456
456
name : cypress-video-artifacts
457
457
path : cypress/videos
458
458
459
459
- name : Archive Cypress test screenshots
460
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
460
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
461
461
if : ${{ failure() }}
462
462
with :
463
463
name : cypress-screenshot-artifacts
464
464
path : cypress/screenshots
465
465
466
466
- name : Archive Mochawesome test results
467
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
467
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
468
468
if : ${{ always() }}
469
469
with :
470
470
name : cypress-mochawesome-test-results
@@ -534,7 +534,7 @@ jobs:
534
534
working-directory : testing-tools-team-dashboard-data
535
535
536
536
- name : Download Mochawesome test results
537
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
537
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
538
538
with :
539
539
name : cypress-mochawesome-test-results
540
540
path : testing-tools-team-dashboard-data/src/testing-reports/data
@@ -573,7 +573,7 @@ jobs:
573
573
574
574
- name : Download video artifacts
575
575
if : ${{ needs.cypress-tests.result == 'failure' }}
576
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
576
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
577
577
with :
578
578
name : cypress-video-artifacts
579
579
path : testing-tools-team-dashboard-data/testing-reports/videos/${{ env.UUID }}
0 commit comments