File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5656 steps :
5757 - uses : actions/checkout@v4
5858 - name : Download build artifacts
59- uses : actions/download-artifact@v3
59+ uses : actions/download-artifact@v4
6060 with :
6161 name : android-release
6262 - name : Release
Original file line number Diff line number Diff line change 3838 steps :
3939 - uses : actions/checkout@v4
4040 - name : Get version.txt
41- uses : actions/download-artifact@v3
41+ uses : actions/download-artifact@v4
4242 with :
4343 name : gitversion
4444 - name : Create new file without newline char from version.txt
9292 steps :
9393 - uses : actions/checkout@v4
9494 - name : Get Android Build from artifacts
95- uses : actions/download-artifact@v3
95+ uses : actions/download-artifact@v4
9696 with :
9797 name : android-release
9898 - name : Release Build to production track
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repository: https://github.com/felipebueno/stacker_news
1313# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1414# Read more about iOS versioning at
1515# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
16- version : 1.3.5+46
16+ version : 1.3.5+47
1717
1818environment :
1919 sdk : " >=3.8.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments