Skip to content

Commit b58c05e

Browse files
Merge pull request #4254 from google:dependabot/github_actions/actions/download-artifact-5.0.0
PiperOrigin-RevId: 794609630
2 parents 67caecb + 4cf593f commit b58c05e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# ./compiler/bazel-bin.
138138
- name: Grab Unshaded Compiler
139139
# 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
141141
with:
142142
name: unshaded_compiler
143143
# Put the binary where bazel would have put it.
@@ -178,7 +178,7 @@ jobs:
178178

179179
# Grab the SNAPSHOT bundles shared from `build-and-test` and put the file into ./bazel-bin.
180180
- name: Grab Snapshot Bundles
181-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
181+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
182182
with:
183183
name: snapshot_bundles
184184
# Make it seem like files were generated by bazel

0 commit comments

Comments
 (0)