File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181
182182 # Download
183183 - name : Download target dir
184- uses : actions/download-artifact@v4
184+ uses : actions/download-artifact@v5
185185 with :
186186 name : binaries
187187 path : target/debug
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 fail-on-cache-miss : true
127127
128128 - name : Download JSON
129- uses : actions/download-artifact@v4
129+ uses : actions/download-artifact@v5
130130
131131 - name : Store PR number
132132 run : echo ${{ github.event.pull_request.number }} > pr.txt
Original file line number Diff line number Diff line change 2727 if : ${{ github.event.workflow_run.conclusion == 'success' }}
2828 steps :
2929 - name : Download artifact
30- uses : actions/download-artifact@v4
30+ uses : actions/download-artifact@v5
3131 with :
3232 name : summary
3333 path : untrusted
You can’t perform that action at this time.
0 commit comments