Skip to content

Commit

Permalink
Build: Unify github action versions (apache#5211)
Browse files Browse the repository at this point in the history
  • Loading branch information
XN137 authored Jul 14, 2022
1 parent 6a06cb3 commit 90fe0ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/api-binary-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@ jobs:
#
# See https://github.com/actions/checkout/issues/124
fetch-depth: 0
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
- run: |
echo "Using the old version tag, as per git describe, of $(git describe)";
- run: ./gradlew :iceberg-api:revapi --rerun-tasks
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: test logs
Expand Down

0 comments on commit 90fe0ed

Please sign in to comment.