Skip to content

Commit

Permalink
Updated github action config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mference committed Jan 9, 2025
1 parent 412eb91 commit b7b17b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v4
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Run tests
run: .github/workflows/runtests.sh
- name: Coverage Reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: scoverage-report
path: target/scala-*/scoverage-report/**

0 comments on commit b7b17b2

Please sign in to comment.