diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61e47a2..9823093 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' @@ -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/ \ No newline at end of file