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:
181
181
182
182
# Download
183
183
- name : Download target dir
184
- uses : actions/download-artifact@v4
184
+ uses : actions/download-artifact@v5
185
185
with :
186
186
name : binaries
187
187
path : target/debug
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
fail-on-cache-miss : true
127
127
128
128
- name : Download JSON
129
- uses : actions/download-artifact@v4
129
+ uses : actions/download-artifact@v5
130
130
131
131
- name : Store PR number
132
132
run : echo ${{ github.event.pull_request.number }} > pr.txt
Original file line number Diff line number Diff line change 27
27
if : ${{ github.event.workflow_run.conclusion == 'success' }}
28
28
steps :
29
29
- name : Download artifact
30
- uses : actions/download-artifact@v4
30
+ uses : actions/download-artifact@v5
31
31
with :
32
32
name : summary
33
33
path : untrusted
You can’t perform that action at this time.
0 commit comments