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