From ad387b6dca00b46540e7c160a01b10525531f821 Mon Sep 17 00:00:00 2001 From: thinkAfCod Date: Tue, 13 Aug 2024 22:06:29 +0800 Subject: [PATCH] build: use download artifact v4 for testWindows task --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53713e7480a..f8167d0ceb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: echo "zipSha=$(shasum -a 256 op-besu*.zip)" >> $GITHUB_OUTPUT echo "tarSha=$(shasum -a 256 op-besu*.tar.gz)" >> $GITHUB_OUTPUT - name: upload tarball - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 with: path: 'build/distributions/op-besu*.tar.gz' name: op-besu-${{ github.event.release.name }}.tar.gz @@ -64,7 +64,7 @@ jobs: distribution: temurin java-version: 21 - name: Download zip - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@v4 with: pattern: op-besu-*.zip merge-multiple: true @@ -297,6 +297,7 @@ jobs: with: body: | ${{ steps.github_release.outputs.changelog }} + `docker pull ${{env.registry}}/${{github.repository}}:${{github.event.release.name}}` files: | ${{ github.workspace }}/distributions/**