File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
99
fetch-depth : 0
100
100
101
101
- name : Download fork artifacts
102
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
102
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
103
103
104
104
- name : Unpack fork artifacts
105
105
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 63
63
fork_sid : ${{ fromJSON(needs.setup.outputs.sid) }}
64
64
steps :
65
65
- name : Download index file artifact
66
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
66
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
67
67
with :
68
68
name : index-file
69
69
path : .
@@ -118,7 +118,7 @@ jobs:
118
118
delete-merged : true
119
119
120
120
- name : Download all status reports
121
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
121
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
122
122
with :
123
123
name : report-group
124
124
path : .
You can’t perform that action at this time.
0 commit comments