Skip to content

Commit

Permalink
update review actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Feb 7, 2024
1 parent e6e2a98 commit b92cd44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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: |
Expand Down

0 comments on commit b92cd44

Please sign in to comment.