Skip to content

Commit 9bfda7e

Browse files
chore(deps): update actions/download-artifact action to v5 (#2234)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/download-artifact (actions/download-artifact)</summary> ### [`v5`](https://redirect.github.com/actions/download-artifact/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/download-artifact/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/runtime-env/import-meta-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bab744 commit 9bfda7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
- 'packages/examples/_/**'
231231
- 'packages/examples/${{ matrix.example }}/**'
232232
233-
- uses: actions/download-artifact@v4
233+
- uses: actions/download-artifact@v5
234234
if: steps.changes.outputs.src == 'true'
235235
with:
236236
name: artifact
@@ -288,7 +288,7 @@ jobs:
288288
src:
289289
- 'packages/${{ matrix.package }}/**'
290290
291-
- uses: actions/download-artifact@v4
291+
- uses: actions/download-artifact@v5
292292
if: steps.changes.outputs.src == 'true'
293293
with:
294294
name: artifact
@@ -331,7 +331,7 @@ jobs:
331331
- name: Checkout
332332
uses: actions/checkout@v5
333333

334-
- uses: actions/download-artifact@v4
334+
- uses: actions/download-artifact@v5
335335
with:
336336
name: artifact
337337

0 commit comments

Comments
 (0)