1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-06-20 20:39:18 +00:00

build: bump actions/upload-artifact from 1 to 2.3.1 (#19)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
dependabot[bot]
2022-01-04 09:58:34 +01:00
committed by GitHub
parent aee0022f21
commit e726383105
2 changed files with 7 additions and 7 deletions

View File

@ -40,7 +40,7 @@ jobs:
- name: Zip artifacts
run: zip -r assemble.zip . -i '**/build/*.apk' '**/build/*.aab' '**/build/*.aar' '**/build/*.so'
- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2.3.1
with:
name: assemble
path: assemble.zip