Skip to content

Commit d87b94b

Browse files
authored
Merge pull request #1336 from lsst-sqre/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 86b51cc + a8543f1 commit d87b94b

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
@@ -94,7 +94,7 @@ jobs:
9494

9595
# Reuse the built UI from the ui job.
9696
- name: Restore UI artifact
97-
uses: actions/download-artifact@v4
97+
uses: actions/download-artifact@v5
9898
with:
9999
name: ui
100100
path: ui/public
@@ -239,7 +239,7 @@ jobs:
239239

240240
# Reuse the built UI from the ui job.
241241
- name: Restore UI artifact
242-
uses: actions/download-artifact@v4
242+
uses: actions/download-artifact@v5
243243
with:
244244
name: ui
245245
path: ui/public

0 commit comments

Comments
 (0)