@@ -40,55 +40,55 @@ jobs:
4040 sh ${{ github.workspace }}/tests/test.sh 2>&1 | tee test-log.txt
4141
4242 - name : upload-artifact
43- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
43+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
4444 with :
4545 name : test-log-${{ github.sha }}
4646 path : test-log.txt
4747
4848 - name : upload-artifact
49- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
49+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
5050 with :
5151 name : test-log-raw-tr-wo_ext-${{ github.sha }}
5252 path : build/bin/raw_tr_wo_ext.csv
5353
5454 - name : upload-artifact
55- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
55+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
5656 with :
5757 name : test-log-raw-tr-wi_ext-${{ github.sha }}
5858 path : build/bin/raw_tr_wi_ext.csv
5959
6060 - name : upload-artifact
61- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
61+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
6262 with :
6363 name : pcm-csv-${{ github.sha }}
6464 path : build/bin/pcm.csv
6565
6666 - name : upload-artifact
67- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
67+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
6868 with :
6969 name : pcm-memory-csv-${{ github.sha }}
7070 path : build/bin/pcm-memory.csv
7171
7272 - name : upload-artifact
73- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
73+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
7474 with :
7575 name : test-log-raw-tr-wi_ext-single_header-${{ github.sha }}
7676 path : build/bin/raw_tr_wi_ext_single_header.csv
7777
7878 - name : upload-artifact
79- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
79+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
8080 with :
8181 name : test-log-raw-edp-${{ github.sha }}
8282 path : build/bin/raw_edp.txt
8383
8484 - name : upload-artifact
85- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
85+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
8686 with :
8787 name : test-log-raw-json-${{ github.sha }}
8888 path : build/bin/raw_json.json
8989
9090 - name : upload-artifact
91- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
91+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
9292 with :
9393 name : test-log-raw-edp-offlined-cores-${{ github.sha }}
9494 path : build/bin/raw_edp_offlined_cores.txt
0 commit comments