From e5ad99ad714d478db76bb9dd23cfe8033a783ef0 Mon Sep 17 00:00:00 2001 From: Jorge Quilcate Date: Fri, 18 Jul 2025 16:04:51 +0300 Subject: [PATCH] chore(ci): update task versions --- .github/workflows/pr-build-and-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-build-and-test.yml b/.github/workflows/pr-build-and-test.yml index b811b09f7..d4df0dfb0 100644 --- a/.github/workflows/pr-build-and-test.yml +++ b/.github/workflows/pr-build-and-test.yml @@ -18,11 +18,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: temurin java-version: 17 @@ -37,7 +37,7 @@ jobs: mkdir test-results find . -type d -name "*surefire*" -exec cp --parents -R {} test-results/ \; zip -r test-results.zip test-results - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 name: upload test-results if: failure() with: