From b92cd44dcba945c760229a14d3b9becb2dd0c147 Mon Sep 17 00:00:00 2001 From: Jorrit Poelen Date: Wed, 7 Feb 2024 13:07:45 -0600 Subject: [PATCH] update review actions --- .github/workflows/review.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index a80b471..cf985bc 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -15,9 +15,9 @@ jobs: review: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK 1.8 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: '8' @@ -30,7 +30,7 @@ jobs: - name: review dataset run: bash check-dataset.sh "${GITHUB_REPOSITORY}" - name: Share review report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: review-report path: |