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 @@ -119,7 +119,7 @@ jobs:
119
119
run : echo "TIMESTAMP=$(git show --no-patch --no-notes --pretty='%cd' --date=format:'%Y%m%d%H%M%S' ${{ github.sha }})" >> $GITHUB_ENV
120
120
121
121
- name : Download artifacts from previous job
122
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
122
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
123
123
with :
124
124
name : image-artifacts
125
125
path : ironic-images/artifacts
Original file line number Diff line number Diff line change 71
71
needs : [uv]
72
72
runs-on : ubuntu-latest
73
73
steps :
74
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
74
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
75
75
with :
76
76
pattern : coverage-*
77
77
merge-multiple : true
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
if : ${{ github.event.workflow_run.conclusion == 'success' }}
18
18
steps :
19
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
19
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
20
20
with :
21
21
name : coverage.xml
22
22
run-id : ${{ github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments