Skip to content

Commit

Permalink
chore: bump java version to jdk21 (#7058)
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo authored Nov 29, 2024
1 parent afc357c commit 5c6fbe9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
node-version: '18'
- uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- uses: stCarolas/setup-maven@v5
with:
Expand Down Expand Up @@ -151,9 +151,9 @@ jobs:
echo "Keeping docker container running, push Ctrl-C to terminate ..."
read key
- if: ${{failure()}}
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: failed-outputs
name: failed-outputs-${{matrix.app}}
path: tmp/**/*.out
if-no-files-found: warn
if-no-files-found: ignore
retention-days: 7

0 comments on commit 5c6fbe9

Please sign in to comment.