We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0ed2df + 70978fa commit 94b0373Copy full SHA for 94b0373
.github/workflows/install.yml
@@ -180,7 +180,7 @@ jobs:
180
run: sed -i 's,~/riscv,${{ matrix.riscv_path }},g' setup.sh
181
# Upload installation logs for debugging
182
- name: Upload Installation Logs
183
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
184
if: always()
185
with:
186
name: installation-logs-${{ matrix.name }}
@@ -212,7 +212,7 @@ jobs:
212
wsim rv32i arch32i --sim verilator | tee $WALLY/sim/verilator/logs/rv32i_arch32i.log
213
# Upload regression logs for debugging
214
- name: Upload regression logs
215
216
217
218
name: regression-logs-${{ matrix.name }}
0 commit comments