Skip to content

Commit

Permalink
actions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
LeopoldoIII committed Jun 27, 2024
1 parent 9ef5a71 commit ac48298
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up JDK 22
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '22'
distribution: 'adopt'
Expand All @@ -30,7 +30,7 @@ jobs:

- name: Archive test results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-results
path: target/surefire-reports/

0 comments on commit ac48298

Please sign in to comment.