Skip to content

Commit d739cc6

Browse files
committed
update outdated download artifact action
since we upload with v4, download v3 couldn't find anything
1 parent 2284859 commit d739cc6

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
@@ -447,7 +447,7 @@ jobs:
447447
uses: actions/checkout@v4
448448

449449
- name: Download artifacts
450-
uses: actions/download-artifact@v3
450+
uses: actions/download-artifact@v4
451451

452452
- name: Create new release tag
453453
uses: rickstaa/action-create-tag@v1

0 commit comments

Comments
 (0)