Skip to content

Commit 94b0373

Browse files
authored
Merge pull request #1588 from openhwgroup/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents d0ed2df + 70978fa commit 94b0373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
run: sed -i 's,~/riscv,${{ matrix.riscv_path }},g' setup.sh
181181
# Upload installation logs for debugging
182182
- name: Upload Installation Logs
183-
uses: actions/upload-artifact@v5
183+
uses: actions/upload-artifact@v6
184184
if: always()
185185
with:
186186
name: installation-logs-${{ matrix.name }}
@@ -212,7 +212,7 @@ jobs:
212212
wsim rv32i arch32i --sim verilator | tee $WALLY/sim/verilator/logs/rv32i_arch32i.log
213213
# Upload regression logs for debugging
214214
- name: Upload regression logs
215-
uses: actions/upload-artifact@v5
215+
uses: actions/upload-artifact@v6
216216
if: always()
217217
with:
218218
name: regression-logs-${{ matrix.name }}

0 commit comments

Comments
 (0)