Skip to content

Commit

Permalink
[CI] Update actions dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Nov 6, 2024
1 parent 4d37f33 commit 879e1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 879e1ef

Please sign in to comment.