From 2bec61e69add9ede0d0d107483e7208e47a34c07 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 11 Mar 2024 05:59:37 -0700 Subject: [PATCH] misc: Revert download-artifact v4 to v3 This was accidently added in a previous commit. It breaks downloading. Change-Id: I790b184e852ff732ea1106cb2cde79a83828bdcf --- .github/workflows/weekly-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-tests.yaml b/.github/workflows/weekly-tests.yaml index fd2527c094..445a5a765e 100644 --- a/.github/workflows/weekly-tests.yaml +++ b/.github/workflows/weekly-tests.yaml @@ -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