This is an automated email from the ASF dual-hosted git repository.

russellspitzer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 90fe0edf1 Build: Unify github action versions (#5211)
90fe0edf1 is described below

commit 90fe0edf1a671095e587a53adeb31cc84d01fb89
Author: Christopher Lambert <[email protected]>
AuthorDate: Thu Jul 14 19:05:23 2022 +0200

    Build: Unify github action versions (#5211)
---
 .github/workflows/api-binary-compatibility.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/api-binary-compatibility.yml 
b/.github/workflows/api-binary-compatibility.yml
index 40d6459f3..6c7ecd676 100644
--- a/.github/workflows/api-binary-compatibility.yml
+++ b/.github/workflows/api-binary-compatibility.yml
@@ -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

Reply via email to