We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60012f5 commit f6ba0baCopy full SHA for f6ba0ba
.github/workflows/cicd.yaml
@@ -159,22 +159,10 @@ jobs:
159
- name: Checkout
160
uses: actions/checkout@v6
161
162
- - name: Download Ubuntu Artifacts
163
- uses: actions/download-artifact@v6
164
- with:
165
- name: cq-ubuntu-latest
166
- path: target
167
-
168
- - name: Download MacOS Artifacts
169
170
171
- name: cq-macos-latest
172
173
174
- - name: Download Windows Artifacts
+ - name: Download Artifacts
175
uses: actions/download-artifact@v6
176
with:
177
- name: cq-windows-latest
+ pattern: cq-*
178
path: target
179
180
- name: Rename cq-jvm to -SLOW
0 commit comments