We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efe6db commit fd90d5cCopy full SHA for fd90d5c
1 file changed
.github/workflows/arm.yml
@@ -68,7 +68,7 @@ jobs:
68
steps:
69
- uses: actions/checkout@v4
70
- name: Download library
71
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
72
with:
73
name: library
74
path: project/EWARM/Debug/Exe/
@@ -110,7 +110,7 @@ jobs:
110
container: ghcr.io/iarsystems/arm:9.70.4-st
111
112
- name: Download project
113
114
115
name: project
116
@@ -146,7 +146,7 @@ jobs:
146
147
148
- name: Download ELF
149
150
151
152
path: ./
0 commit comments