From a635fc8f88719c26aec8c0eca351a2dd5ce7e346 Mon Sep 17 00:00:00 2001 From: houseme Date: Thu, 6 Mar 2025 08:48:20 +0800 Subject: [PATCH] fix `actions/download-artifact` version to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b0550ba2..63473126f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v4.1 + uses: actions/download-artifact@v4 with: name: "rustfs-${{ matrix.variant.profile }}-${{ matrix.variant.target }}" - name: Display structure of downloaded files