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

github.com/stefan-niedermann/nextcloud-notes.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-17 16:50:15 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-12-17 17:01:44 +0300
commit62033529007deb31c28cacba020b7b27a3ed54d8 (patch)
treee739dac8c9ec037a0a80d1dc3b40ba42c745ab59 /.github/workflows
parent6d44cfe9c0f1ced6dc8c96dab9e30078441f00f6 (diff)
Bump actions/upload-artifact from 2.3.0 to 2.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
-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 a794a561..a0a28f2d 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -54,7 +54,7 @@ jobs:
- name: Build debug APK
run: bash ./gradlew assembleDev --stacktrace
- name: Upload APK
- uses: actions/upload-artifact@v2.3.0
+ uses: actions/upload-artifact@v2.3.1
with:
name: app-dev-debug
path: app/build/outputs/apk/dev/debug/app-dev-debug.apk