Skip to content

Commit 87bb5b4

Browse files
Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#402)
1 parent b1845dc commit 87bb5b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test-push.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ jobs:
7171
run: python tests/run_all_tests.py --type=general --category=k8s --check_run_time | tee tests/k8s_log.txt ; test ${PIPESTATUS[0]} -eq 0
7272
- name: upload run_k8s_tests log
7373
if: ${{ always() }}
74-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
74+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
7575
with:
7676
name: k8s-log
7777
path: tests/k8s_log.txt
7878
- name: Upload k8s failed run-time tests file
7979
if: ${{ always() }}
80-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
80+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
8181
with:
8282
name: k8s-failed-run-time-check-file
8383
path: ./tests/k8s_tests_failed_runtime_check.csv
@@ -94,13 +94,13 @@ jobs:
9494
run: python tests/run_all_tests.py --type=general --category=calico --check_run_time | tee tests/calico_log.txt ; test ${PIPESTATUS[0]} -eq 0
9595
- name: upload run_calico_tests log
9696
if: ${{ always() }}
97-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
97+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
9898
with:
9999
name: calico-log
100100
path: tests/calico_log.txt
101101
- name: Upload calico failed run-time tests file
102102
if: ${{ always() }}
103-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
103+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
104104
with:
105105
name: calico-failed-run-time-check-file
106106
path: ./tests/calico_tests_failed_runtime_check.csv
@@ -117,13 +117,13 @@ jobs:
117117
run: python tests/run_all_tests.py --type=general --category=istio --check_run_time | tee tests/istio_log.txt ; test ${PIPESTATUS[0]} -eq 0
118118
- name: upload run_istio_tests log
119119
if: ${{ always() }}
120-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
120+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
121121
with:
122122
name: istio-log
123123
path: tests/istio_log.txt
124124
- name: Upload istio failed run-time tests file
125125
if: ${{ always() }}
126-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
126+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
127127
with:
128128
name: istio-failed-run-time-check-file
129129
path: ./tests/istio_tests_failed_runtime_check.csv

0 commit comments

Comments
 (0)