mirror of
https://github.com/danbulant/lucide
synced 2026-06-24 17:22:00 +00:00
chore(deps): update actions/download-artifact action to v5 (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
39b95855fc
commit
8b09aa916c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
|
|
@ -97,7 +97,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
path: dist
|
||||
merge-multiple: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue