Skip to content

Commit 09c5a4e

Browse files
committed
github: Fix the use of dawidd6/action-download-artifact in msvcrt.yml
The older version doesn't support the ref parameter.
1 parent 4a6030a commit 09c5a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msvcrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
ref: ${{inputs.ref}}
109109
- name: Download profile
110-
uses: dawidd6/action-download-artifact@v6
110+
uses: dawidd6/action-download-artifact@v10
111111
with:
112112
workflow: build.yml
113113
workflow_conclusion: success

0 commit comments

Comments
 (0)