Skip to content

Commit 43d8278

Browse files
committed
Use version v4 for actions/download-artifact
1 parent 4aae606 commit 43d8278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tasks/matlab/github.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
steps:
134134
{{ macros.github_checkout_arrow(fetch_depth=0)|indent }}
135135
- name: Download Artifacts
136-
uses: actions/download-artifact@v3
136+
uses: actions/download-artifact@v4
137137
with:
138138
path: artifacts-downloaded
139139
- name: Decompress Artifacts

0 commit comments

Comments
 (0)