Skip to content

Commit 78be199

Browse files
adehadnaufraghi
authored andcommitted
actions: download-artifact v4
1 parent 71602fc commit 78be199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# alternatively, to publish when a GitHub Release is created, use the following rule:
5353
# if: github.event_name == 'release' && github.event.action == 'published'
5454
steps:
55-
- uses: actions/download-artifact@v3
55+
- uses: actions/download-artifact@v4
5656
with:
5757
# unpacks default artifact into dist/
5858
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)