Skip to content

Commit 9da4809

Browse files
committed
v45: action/upload-artifact@v4
1 parent f3fe3bd commit 9da4809

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build APK (split per ABI)
4242
run: flutter build apk --split-per-abi --flavor prod
4343
- name: Archive build artifacts
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: android-release
4747
path: |

.github/workflows/google-play-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Create version.txt with nuGetVersion
2727
run: echo ${{ steps.gitversion.outputs.nuGetVersion }} > version.txt
2828
- name: Upload version.txt
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: gitversion
3232
path: version.txt
@@ -80,7 +80,7 @@ jobs:
8080
run: flutter build appbundle --flavor prod
8181

8282
- name: Upload Android Release
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: android-release
8686
path: build/app/outputs/bundle/prodRelease/app-prod-release.aab

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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+44
16+
version: 1.3.5+45
1717

1818
environment:
1919
sdk: ">=3.8.0 <4.0.0"

0 commit comments

Comments
 (0)