diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a879edb..1d70518 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -183,7 +183,7 @@ jobs: suffix: '_${{ matrix.os }}-amd64' steps: - name: download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: artifacts pattern: '**/*${{ env.suffix }}' @@ -246,7 +246,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@v6 - name: List files run: ls -laR . - name: Workaround - delete all files over 2G, above github release file upload limit