Skip to content

Commit 41ff0e9

Browse files
chore(deps): update actions/upload-artifact action to v3 (#74)
| datasource | package | from | to | | ----------- | ----------------------- | ---- | -- | | github-tags | actions/upload-artifact | v2 | v3 | | github-tags | actions/upload-artifact | v2 | v3 | Co-authored-by: Renovate Bot <[email protected]>
1 parent 3d51eed commit 41ff0e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: ./gradlew assembleRelease --warning-mode all --stacktrace
2424

2525
- name: Upload APK
26-
uses: actions/upload-artifact@v2
26+
uses: actions/upload-artifact@v3
2727
with:
2828
name: app-release
2929
path: app/build/outputs/apk/release/*.apk

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: ./gradlew assembleDebug --warning-mode all --stacktrace
2626

2727
- name: Upload APK
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v3
2929
with:
3030
name: app-debug
3131
path: app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)