File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 : |
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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments