Skip to content

Commit

Permalink
Updated CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed May 12, 2024
1 parent da14609 commit 95392df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
bash build_apk.sh
- name: Slack notification
uses: 8398a7/action-slack@v2
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
author_name: Integration Testing
Expand Down

0 comments on commit 95392df

Please sign in to comment.