Skip to content

Commit

Permalink
Update setup-java and codecov github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-social committed Feb 14, 2023
1 parent 4e4461d commit a8c1139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
sudo apt-get -y --no-install-recommends install libcurl4 libcurl4-openssl-dev
- name: Set up Java ${{ matrix.java-version }}
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: ${{ inputs.java-version }}
distribution: adopt
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
./gradlew allTests -PshowPassedTests -x integ-tests:allTests $GRADLE_ARGS
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
Expand Down

0 comments on commit a8c1139

Please sign in to comment.