Skip to content

Commit 6895b70

Browse files
chore(deps): update actions/download-artifact action to v5 (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4164ad5 commit 6895b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install dependencies
7979
run: pnpm install
8080
- name: Download binaries
81-
uses: actions/download-artifact@v4
81+
uses: actions/download-artifact@v5
8282
with:
8383
path: ${{inputs.directory}}/prebuilds
8484
pattern: prebuild-*

0 commit comments

Comments
 (0)