File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ jobs:
466
466
- name : Run mutation tests
467
467
run : npm run mutation:unit
468
468
- name : Upload mutation report
469
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
469
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
470
470
if : ${{ failure() || success() }}
471
471
with :
472
472
name : mutation-unit-report
@@ -517,7 +517,7 @@ jobs:
517
517
- name : Run mutation tests
518
518
run : npm run mutation:integration
519
519
- name : Upload mutation report
520
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
520
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
521
521
if : ${{ failure() || success() }}
522
522
with :
523
523
name : mutation-integration-report
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
exit 1
110
110
- name : Upload crash (if any)
111
111
if : ${{ steps.fuzz.outputs.fuzz-error == 'true' }}
112
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
112
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
113
113
with :
114
114
name : fuzz-crash-${{ steps.run-id.outputs.result }}
115
115
path : |
You can’t perform that action at this time.
0 commit comments