@@ -40,55 +40,55 @@ jobs:
40
40
sh ${{ github.workspace }}/tests/test.sh 2>&1 | tee test-log.txt
41
41
42
42
- name : upload-artifact
43
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
43
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
44
44
with :
45
45
name : test-log-${{ github.sha }}
46
46
path : test-log.txt
47
47
48
48
- name : upload-artifact
49
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
49
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
50
50
with :
51
51
name : test-log-raw-tr-wo_ext-${{ github.sha }}
52
52
path : build/bin/raw_tr_wo_ext.csv
53
53
54
54
- name : upload-artifact
55
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
55
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
56
56
with :
57
57
name : test-log-raw-tr-wi_ext-${{ github.sha }}
58
58
path : build/bin/raw_tr_wi_ext.csv
59
59
60
60
- name : upload-artifact
61
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
61
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
62
62
with :
63
63
name : pcm-csv-${{ github.sha }}
64
64
path : build/bin/pcm.csv
65
65
66
66
- name : upload-artifact
67
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
67
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
68
68
with :
69
69
name : pcm-memory-csv-${{ github.sha }}
70
70
path : build/bin/pcm-memory.csv
71
71
72
72
- name : upload-artifact
73
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
73
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
74
74
with :
75
75
name : test-log-raw-tr-wi_ext-single_header-${{ github.sha }}
76
76
path : build/bin/raw_tr_wi_ext_single_header.csv
77
77
78
78
- name : upload-artifact
79
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
79
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
80
80
with :
81
81
name : test-log-raw-edp-${{ github.sha }}
82
82
path : build/bin/raw_edp.txt
83
83
84
84
- name : upload-artifact
85
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
85
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
86
86
with :
87
87
name : test-log-raw-json-${{ github.sha }}
88
88
path : build/bin/raw_json.json
89
89
90
90
- name : upload-artifact
91
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
91
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
92
92
with :
93
93
name : test-log-raw-edp-offlined-cores-${{ github.sha }}
94
94
path : build/bin/raw_edp_offlined_cores.txt
0 commit comments