Skip to content

Commit 6e82e6d

Browse files
committed
build: use download artifact v4 for testWindows task
1 parent 77db689 commit 6e82e6d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -64,9 +64,8 @@ jobs:
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/**

0 commit comments

Comments
 (0)