Skip to content

Commit

Permalink
Yolo upload-artifact to v4 for github ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkachowski committed Oct 29, 2024
1 parent ed8180e commit 01e4e1e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/blockscout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:

- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ESLint Test Results
path: apps/block_scout_web/assets/test/eslint/*.xml
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:

- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Jest JUnit Test Results
path: apps/block_scout_web/assets/junit.xml
Expand Down Expand Up @@ -417,7 +417,7 @@ jobs:
ETHEREUM_JSONRPC_WEB_SOCKET_CASE: "EthereumJSONRPC.WebSocket.Case.Mox"
- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: EthereumJSONRPC Test Results
path: _build/test/junit/ethereum_jsonrpc/*.xml
Expand Down Expand Up @@ -506,7 +506,7 @@ jobs:
ETHEREUM_JSONRPC_WEB_SOCKET_CASE: "EthereumJSONRPC.WebSocket.Case.Mox"
- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Explorer Test Results
path: _build/test/junit/explorer/*.xml
Expand Down Expand Up @@ -578,7 +578,7 @@ jobs:
ETHEREUM_JSONRPC_WEB_SOCKET_CASE: "EthereumJSONRPC.WebSocket.Case.Mox"
- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Indexer Test Results
path: _build/test/junit/indexer/*.xml
Expand Down Expand Up @@ -687,14 +687,14 @@ jobs:
API_V2_ENABLED: "true"
- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Blockscout Web Test Results
path: _build/test/junit/block_scout_web/*.xml

- name: Upload Wallaby screenshots
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Wallaby screenshots
path: apps/block_scout_web/screenshots/*.png
Expand Down

0 comments on commit 01e4e1e

Please sign in to comment.