Bump actions/download-artifact from 4 to 5 (#6367)

This commit is contained in:
dependabot[bot]
2025-09-03 18:50:12 -04:00
committed by GitHub
parent d95e4dc150
commit 2a09114dc7
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ jobs:
steps:
- name: Download tar archive
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ env.VERILATOR_ARCHIVE }}
path: ${{ github.workspace }}