File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
# ./compiler/bazel-bin.
138
138
- name : Grab Unshaded Compiler
139
139
# https://github.com/marketplace/actions/download-a-build-artifact
140
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
140
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
141
141
with :
142
142
name : unshaded_compiler
143
143
# Put the binary where bazel would have put it.
@@ -178,7 +178,7 @@ jobs:
178
178
179
179
# Grab the SNAPSHOT bundles shared from `build-and-test` and put the file into ./bazel-bin.
180
180
- name : Grab Snapshot Bundles
181
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
181
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
182
182
with :
183
183
name : snapshot_bundles
184
184
# Make it seem like files were generated by bazel
You can’t perform that action at this time.
0 commit comments