@@ -41,55 +41,55 @@ jobs:
4141 bash ${{ github.workspace }}/tests/test.sh 2>&1 | tee test-log.txt
4242
4343 - name : upload-artifact
44- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
44+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4545 with :
4646 name : test-log-${{ github.sha }}
4747 path : test-log.txt
4848
4949 - name : upload-artifact
50- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
50+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5151 with :
5252 name : test-log-raw-tr-wo_ext-${{ github.sha }}
5353 path : build/bin/raw_tr_wo_ext.csv
5454
5555 - name : upload-artifact
56- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
56+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5757 with :
5858 name : test-log-raw-tr-wi_ext-${{ github.sha }}
5959 path : build/bin/raw_tr_wi_ext.csv
6060
6161 - name : upload-artifact
62- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
62+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6363 with :
6464 name : pcm-csv-${{ github.sha }}
6565 path : build/bin/pcm.csv
6666
6767 - name : upload-artifact
68- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
68+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6969 with :
7070 name : pcm-memory-csv-${{ github.sha }}
7171 path : build/bin/pcm-memory.csv
7272
7373 - name : upload-artifact
74- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
74+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7575 with :
7676 name : test-log-raw-tr-wi_ext-single_header-${{ github.sha }}
7777 path : build/bin/raw_tr_wi_ext_single_header.csv
7878
7979 - name : upload-artifact
80- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
80+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8181 with :
8282 name : test-log-raw-edp-${{ github.sha }}
8383 path : build/bin/raw_edp.txt
8484
8585 - name : upload-artifact
86- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
86+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8787 with :
8888 name : test-log-raw-json-${{ github.sha }}
8989 path : build/bin/raw_json.json
9090
9191 - name : upload-artifact
92- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
92+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9393 with :
9494 name : test-log-raw-edp-offlined-cores-${{ github.sha }}
9595 path : build/bin/raw_edp_offlined_cores.txt
0 commit comments