Skip to content

Commit 9218da1

Browse files
Update actions/download-artifact action to v7
1 parent 677c78a commit 9218da1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,17 @@ jobs:
184184

185185
steps:
186186
- name: Download built binary (RISC OS)
187-
uses: actions/download-artifact@v4
187+
uses: actions/download-artifact@v7
188188
with:
189189
name: Tool-RISCOS
190190

191191
- name: Download built binary (POSIX)
192-
uses: actions/download-artifact@v1
192+
uses: actions/download-artifact@v7
193193
with:
194194
name: Tool-POSIX
195195

196196
- name: Download built binary (tests)
197-
uses: actions/download-artifact@v1
197+
uses: actions/download-artifact@v7
198198
with:
199199
name: Test-Output
200200

0 commit comments

Comments
 (0)