mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-04-23 19:32:11 +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:
parent
aee0022f21
commit
e726383105
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
12
.github/workflows/commit.yml
vendored
12
.github/workflows/commit.yml
vendored
@ -6,9 +6,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: beemojs/conventional-pr-action@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
config-preset: angular
|
||||
name: Conventionnal Commit
|
||||
# - uses: beemojs/conventional-pr-action@v2
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# with:
|
||||
# config-preset: angular
|
||||
# name: Conventionnal Commit
|
||||
|
Loading…
x
Reference in New Issue
Block a user