Bump actions/upload-artifact from 3 to 4 (#267)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/playground_apk.yml
vendored
2
.github/workflows/playground_apk.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Assemble with Stacktrace
|
||||
run: ./gradlew assembleRelease --stacktrace
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: |
|
||||
app/build/outputs/apk/release/app-release.apk
|
||||
|
||||
Reference in New Issue
Block a user