Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony authored Nov 29, 2024
1 parent ab8d0f8 commit 4c9a1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ jobs:
name: blockcore-indexer
path: "${{env.RELEASE_PATH}}"

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: blockcore-cirrus-indexer
path: "${{env.RELEASE_CIRRUS_PATH}}"

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: blockcore-angor-indexer
path: "${{env.RELEASE_ANGOR_PATH}}"
Expand Down

0 comments on commit 4c9a1cd

Please sign in to comment.