Update workflow actions

This commit is contained in:
AsamK 2022-10-18 18:11:17 +02:00
parent 0aee7ff552
commit 9da42e27f1
3 changed files with 14 additions and 11 deletions

View file

@ -10,7 +10,7 @@ jobs:
ci_wf:
uses: AsamK/signal-cli/.github/workflows/ci.yml@master
# ${{ github.repository }} not accpeted here
# ${{ github.repository }} not accpeted here
lib_to_jar:
@ -24,7 +24,7 @@ jobs:
steps:
- name: Download signal-cli build from CI workflow
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
- name: Get signal-cli version
id: cli_ver
@ -159,8 +159,9 @@ jobs:
tar -xzf "$file_name"
- name: Set up JDK for running signal-cli executable
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: ${{ env.JAVA_VERSION }}
- name: Run signal-cli