File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4646 fi
4747
4848 - name : Upload artifact
49- uses : actions/upload-artifact@v3
49+ uses : actions/upload-artifact@v4
5050 with :
5151 name : dist
5252 path : dist/
6161
6262 steps :
6363 - name : Download artifact
64- uses : actions/download-artifact@v3
64+ uses : actions/download-artifact@v4
6565 with :
6666 name : dist
6767 path : dist/
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.0rc8 /2025-01-30
4+ * Minor bug fixes
5+
36## 1.0.0rc7 /2025-01-29
47
58## What's Changed
Original file line number Diff line number Diff line change 11[project ]
22name = " async-substrate-interface"
3- version = " 1.0.0rc7 "
3+ version = " 1.0.0rc8 "
44description = " Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
55readme = " README.md"
66license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments