Skip to content

Commit 5b4f9a3

Browse files
Update common files (#560)
1 parent 9dc6367 commit 5b4f9a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
github-token: ${{ secrets.GITHUB_TOKEN }}
5353

5454
- name: "🔧 Setup Gradle"
55-
uses: gradle/gradle-build-action@v2
55+
uses: gradle/gradle-build-action@v2.9.0
5656

5757
- name: "❓ Optional setup step"
5858
run: |
@@ -77,8 +77,8 @@ jobs:
7777
check_retries: 'true'
7878

7979
- name: "📜 Upload binary compatibility check results"
80-
if: always()
81-
uses: actions/upload-artifact@v3
80+
if: matrix.java == '17'
81+
uses: actions/upload-artifact@v4.0.0
8282
with:
8383
name: binary-compatibility-reports
8484
path: "**/build/reports/binary-compatibility-*.html"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ jobs:
6666
# Store the hash in a file, which is uploaded as a workflow artifact.
6767
sha256sum $ARTIFACTS | base64 -w0 > artifacts-sha256
6868
- name: Upload build artifacts
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4.0.0
7070
with:
7171
name: gradle-build-outputs
7272
path: build/repo/${{ steps.publish.outputs.group }}/*/${{ steps.publish.outputs.version }}/*
7373
retention-days: 5
7474
- name: Upload artifacts-sha256
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4.0.0
7676
with:
7777
name: artifacts-sha256
7878
path: artifacts-sha256

0 commit comments

Comments
 (0)