diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a07e5fe40..806acb4c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: poetry run pyinstaller --collect-data eth_account --collect-all aea --collect-all autonomy --collect-all operate --collect-all aea_ledger_ethereum --collect-all aea_ledger_cosmos --collect-all aea_ledger_ethereum_flashbots --hidden-import aea_ledger_ethereum --hidden-import aea_ledger_cosmos --hidden-import aea_ledger_ethereum_flashbots operate/pearl.py --add-binary dist/aea_bin:. --add-binary dist/tendermint:. --onefile --name pearl_${{ env.OS_ARCH }} - name: Upload Release Assets - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: pearl_${{ env.OS_ARCH }} path: dist/pearl_${{ env.OS_ARCH }}