File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 82
82
83
83
steps :
84
84
- name : Download Torch Image
85
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
85
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
86
86
with :
87
87
name : torch-image
88
88
path : /tmp
@@ -147,7 +147,7 @@ jobs:
147
147
148
148
steps :
149
149
- name : Download Torch Image
150
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
150
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
151
151
with :
152
152
name : torch-image
153
153
path : /tmp
@@ -185,7 +185,7 @@ jobs:
185
185
runs-on : ubuntu-24.04
186
186
steps :
187
187
- name : Download Torch Image
188
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
188
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
189
189
with :
190
190
name : torch-image
191
191
path : /tmp
@@ -265,13 +265,13 @@ jobs:
265
265
[{"id": "mii", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}"}]
266
266
267
267
- name : Download Torch Jar
268
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
268
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
269
269
with :
270
270
name : torch-jar
271
271
path : target
272
272
273
273
- name : Download Torch Image
274
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
274
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
275
275
with :
276
276
name : torch-image
277
277
path : /tmp
You can’t perform that action at this time.
0 commit comments