File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 fetch-depth : 0
100100
101101 - name : Download fork artifacts
102- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
102+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
103103
104104 - name : Unpack fork artifacts
105105 run : for f in fork-*/artifacts.tar.gz; do tar xf $f && rm $f; done
Original file line number Diff line number Diff line change 6363 fork_sid : ${{ fromJSON(needs.setup.outputs.sid) }}
6464 steps :
6565 - name : Download index file artifact
66- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
66+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
6767 with :
6868 name : index-file
6969 path : .
@@ -118,7 +118,7 @@ jobs:
118118 delete-merged : true
119119
120120 - name : Download all status reports
121- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
121+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
122122 with :
123123 name : report-group
124124 path : .
You can’t perform that action at this time.
0 commit comments