Skip to content

Commit

Permalink
Merge pull request #354 from eosnetworkfoundation/elmato/reject-high-…
Browse files Browse the repository at this point in the history
…s-value

[1.0] Disable EIP2 enforcement by default
  • Loading branch information
elmato authored Jan 31, 2025
2 parents d7852be + 0ebdae9 commit b939af9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
CXX: g++-11

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build.tar.gz
path: build.tar.gz
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
ref: '${{needs.versions.outputs.eos-evm-miner-target}}'

- name: Download EOS EVM Node builddir
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build.tar.gz

Expand Down Expand Up @@ -425,7 +425,7 @@ jobs:
tar -czf sprint-int-test-logs.tar.gz test_run_root/* ws_test_run_root/*
- name: Upload logs from failed tests
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: spring-int-test-logs.tar.gz
Expand Down

0 comments on commit b939af9

Please sign in to comment.