Skip to content

Commit 769a7ba

Browse files
committed
chore: update download-artifact action to v4 in build workflow
1 parent d3ada36 commit 769a7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Download build artifacts
36-
uses: actions/download-artifact@v3
36+
uses: actions/download-artifact@v4
3737
with:
3838
name: build-artifacts
3939
path: build

0 commit comments

Comments
 (0)