We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677c78a commit 9218da1Copy full SHA for 9218da1
.github/workflows/ci.yml
@@ -184,17 +184,17 @@ jobs:
184
185
steps:
186
- name: Download built binary (RISC OS)
187
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
188
with:
189
name: Tool-RISCOS
190
191
- name: Download built binary (POSIX)
192
- uses: actions/download-artifact@v1
193
194
name: Tool-POSIX
195
196
- name: Download built binary (tests)
197
198
199
name: Test-Output
200
0 commit comments