diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 790b3fd..b4fe680 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -209,7 +209,7 @@ jobs: suffix: '_${{ matrix.os }}-amd64' steps: - name: download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: artifacts pattern: '**/*${{ env.suffix }}' @@ -272,7 +272,7 @@ jobs: id: get-sha run: echo "short_sha=${GITHUB_SHA:0:8}" >> $GITHUB_OUTPUT - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: List files run: ls -laR . - name: Workaround - delete all files over 2G, above github release file upload limit