Skip to content

Commit be4041a

Browse files
authored
Fix: Use pattern for downloading artefacts instead of name
1 parent 9bb79b5 commit be4041a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Download Artifacts
108108
uses: actions/download-artifact@v4
109109
with:
110-
name: vhdl_*
110+
pattern: vhdl_*
111111
path: ~/temp
112112
- name: Check vhdl_lang version
113113
run: |

0 commit comments

Comments
 (0)