Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-08 15:15:46 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-12-08 15:24:15 +0300
commit5531496b51b0978301c122048c8df52a261406d7 (patch)
treeb6a3f3926c49cf860070588f763ef05956202f00 /.github
parentbdb98b6df1ca483770b1749abe66c50dba3d3ea0 (diff)
Bump actions/upload-artifact from 2.2.4 to 2.3.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 2.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v2.3.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 58e77dae1..139f3f7e0 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -54,7 +54,7 @@ jobs:
- name: Build debug APK
run: bash ./gradlew assembleDev
- name: Upload APK
- uses: actions/upload-artifact@v2.2.4
+ uses: actions/upload-artifact@v2.3.0
with:
name: app-dev-debug
path: app/build/outputs/apk/dev/debug/app-dev-debug.apk \ No newline at end of file