@@ -71,13 +71,13 @@ jobs:
71
71
run : python tests/run_all_tests.py --type=general --category=k8s --check_run_time | tee tests/k8s_log.txt ; test ${PIPESTATUS[0]} -eq 0
72
72
- name : upload run_k8s_tests log
73
73
if : ${{ always() }}
74
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
74
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
75
75
with :
76
76
name : k8s-log
77
77
path : tests/k8s_log.txt
78
78
- name : Upload k8s failed run-time tests file
79
79
if : ${{ always() }}
80
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
80
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
81
81
with :
82
82
name : k8s-failed-run-time-check-file
83
83
path : ./tests/k8s_tests_failed_runtime_check.csv
@@ -94,13 +94,13 @@ jobs:
94
94
run : python tests/run_all_tests.py --type=general --category=calico --check_run_time | tee tests/calico_log.txt ; test ${PIPESTATUS[0]} -eq 0
95
95
- name : upload run_calico_tests log
96
96
if : ${{ always() }}
97
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
97
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
98
98
with :
99
99
name : calico-log
100
100
path : tests/calico_log.txt
101
101
- name : Upload calico failed run-time tests file
102
102
if : ${{ always() }}
103
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
103
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
104
104
with :
105
105
name : calico-failed-run-time-check-file
106
106
path : ./tests/calico_tests_failed_runtime_check.csv
@@ -117,13 +117,13 @@ jobs:
117
117
run : python tests/run_all_tests.py --type=general --category=istio --check_run_time | tee tests/istio_log.txt ; test ${PIPESTATUS[0]} -eq 0
118
118
- name : upload run_istio_tests log
119
119
if : ${{ always() }}
120
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
120
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
121
121
with :
122
122
name : istio-log
123
123
path : tests/istio_log.txt
124
124
- name : Upload istio failed run-time tests file
125
125
if : ${{ always() }}
126
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
126
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
127
127
with :
128
128
name : istio-failed-run-time-check-file
129
129
path : ./tests/istio_tests_failed_runtime_check.csv
0 commit comments