From f5300c4798a62c28916992740ce3749979ca8b7a Mon Sep 17 00:00:00 2001 From: Gunther Rademacher Date: Thu, 30 Jan 2025 18:36:40 +0100 Subject: [PATCH] update workflow action versions (#2375) --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af75856cc5..3294657dc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,11 +17,11 @@ jobs: steps: # Checkout the repository - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Set up Java - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: '11' @@ -42,7 +42,7 @@ jobs: # Archive test reports and possible dumps in case of failure - name: Upload test results if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: |