Skip to content

Commit 37b8a89

Browse files
authored
Merge pull request #356 from eosnetworkfoundation/elmato/merge-reject-high-s-value-to-main
[1.0 -> main] Disable EIP2 enforcement by default
2 parents 96ab122 + acf99d3 commit 37b8a89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/node.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
CXX: g++-11
125125

126126
- name: Upload Artifacts
127-
uses: actions/upload-artifact@v3
127+
uses: actions/upload-artifact@v4
128128
with:
129129
name: build.tar.gz
130130
path: build.tar.gz
@@ -280,7 +280,7 @@ jobs:
280280
ref: '${{needs.versions.outputs.eos-evm-miner-target}}'
281281

282282
- name: Download EOS EVM Node builddir
283-
uses: actions/download-artifact@v3
283+
uses: actions/download-artifact@v4
284284
with:
285285
name: build.tar.gz
286286

@@ -425,7 +425,7 @@ jobs:
425425
tar -czf sprint-int-test-logs.tar.gz test_run_root/* ws_test_run_root/*
426426
427427
- name: Upload logs from failed tests
428-
uses: actions/upload-artifact@v3
428+
uses: actions/upload-artifact@v4
429429
if: failure()
430430
with:
431431
name: spring-int-test-logs.tar.gz

external/silkworm

0 commit comments

Comments
 (0)