From c07e35136b67c7d09feddd4f965c6271e96e3e52 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Tue, 25 Jun 2024 16:46:33 -0700 Subject: [PATCH] [ci] now use download-artifact v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b324c8c89..e97ead79f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -404,7 +404,7 @@ jobs: - name: Checkout OpenFPGA repo uses: actions/checkout@v4 - name: Download a built artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: openfpga - name: Set up QEMU @@ -457,7 +457,7 @@ jobs: - name: Checkout OpenFPGA repo uses: actions/checkout@v4 - name: Download a built artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: openfpga - name: chmod