@@ -368,15 +368,15 @@ jobs:
368
368
# upload report as artifact
369
369
- name : Archive unit tests report
370
370
if : inputs.upload-skip == false
371
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
371
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
372
372
with :
373
373
name : report
374
374
path : ${{ inputs.working-directory }}/report.json
375
375
376
376
# upload coverage as artifact
377
377
- name : Archive code coverage results
378
378
if : inputs.upload-skip == false
379
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
379
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
380
380
with :
381
381
name : coverage
382
382
path : ${{ inputs.working-directory }}/coverage.txt
@@ -454,7 +454,7 @@ jobs:
454
454
455
455
- name : Archive code style results
456
456
if : inputs.upload-skip == false
457
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
457
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
458
458
with :
459
459
name : fmt
460
460
path : ${{ inputs.working-directory }}/fmt.patch
@@ -589,7 +589,7 @@ jobs:
589
589
590
590
- name : Archive license results
591
591
if : always() && inputs.upload-skip == false
592
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
592
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
593
593
with :
594
594
name : licensing
595
595
path : |
0 commit comments