From 879e1ef61c384f1fef9d8434f6d46b2e9de7e6a9 Mon Sep 17 00:00:00 2001 From: mjpt777 Date: Wed, 6 Nov 2024 14:11:20 +0000 Subject: [PATCH] [CI] Update actions dependencies. --- .github/workflows/slow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/slow.yml b/.github/workflows/slow.yml index e67cd05af7..a6700d95b2 100644 --- a/.github/workflows/slow.yml +++ b/.github/workflows/slow.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Setup java - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'zulu' java-version: ${{ matrix.java }} @@ -56,7 +56,7 @@ jobs: - name: Run property tests run: ./gradlew propertyTest - name: Upload test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: success() || failure() with: name: property-tests