Skip to content

Commit b47c6db

Browse files
chore: update actions/download-artifact action to v5 (#558)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55120b2 commit b47c6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
node-version: ${{ matrix.node-version }}
109109
- name: Download build results
110-
uses: actions/download-artifact@v4
110+
uses: actions/download-artifact@v5
111111
with:
112112
name: build_dist
113113
path: dist

0 commit comments

Comments
 (0)