Skip to content

Commit 454bd42

Browse files
chore: update actions/download-artifact action to v5
1 parent e3a9a48 commit 454bd42

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)