misc: Revert download-artifact v4 to v3

This was accidently added in a previous commit. It breaks downloading.

Change-Id: I790b184e852ff732ea1106cb2cde79a83828bdcf
This commit is contained in:
Bobby R. Bruce
2024-03-11 05:59:37 -07:00
parent bbde68c08c
commit 2bec61e69a

View File

@@ -133,7 +133,7 @@ jobs:
# Scheduled workflows run on the default branch by default. We
# therefore need to explicitly checkout the develop branch.
ref: develop
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: ${{needs.build-gem5.outputs.build-name}}
path: build/ALL