File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
4141 echo "zipSha=$(shasum -a 256 op-besu*.zip)" >> $GITHUB_OUTPUT
4242 echo "tarSha=$(shasum -a 256 op-besu*.tar.gz)" >> $GITHUB_OUTPUT
4343 - name : upload tarball
44- uses : actions/upload-artifact@v3
44+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
4545 with :
4646 path : ' build/distributions/op-besu*.tar.gz'
4747 name : op-besu-${{ github.event.release.name }}.tar.gz
4848 compression-level : 0
4949 - name : upload zipfile
50- uses : actions/upload-artifact@v3
50+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
5151 with :
5252 path : ' build/distributions/op-besu*.zip'
5353 name : op-besu-${{ github.event.release.name }}.zip
6464 distribution : temurin
6565 java-version : 21
6666 - name : Download zip
67- uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
67+ uses : actions/download-artifact@v4
6868 with :
69- pattern : op-besu-*.zip
7069 merge-multiple : true
7170 - name : test Besu
7271 run : |
@@ -297,6 +296,7 @@ jobs:
297296 with :
298297 body : |
299298 ${{ steps.github_release.outputs.changelog }}
299+
300300 `docker pull ${{env.registry}}/${{github.repository}}:${{github.event.release.name}}`
301301 files : |
302302 ${{ github.workspace }}/distributions/**
You can’t perform that action at this time.
0 commit comments