Commit 04ec1fb 1 parent b34fbbb commit 04ec1fb Copy full SHA for 04ec1fb
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 78
78
79
79
- name : " 📜 Upload binary compatibility check results"
80
80
if : matrix.java == '17'
81
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
81
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
82
82
with :
83
83
name : binary-compatibility-reports
84
84
path : " **/build/reports/binary-compatibility-*.html"
Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ jobs:
66
66
# Store the hash in a file, which is uploaded as a workflow artifact.
67
67
sha256sum $ARTIFACTS | base64 -w0 > artifacts-sha256
68
68
- name : Upload build artifacts
69
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
69
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
70
70
with :
71
71
name : gradle-build-outputs
72
72
path : build/repo/${{ steps.publish.outputs.group }}/*/${{ steps.publish.outputs.version }}/*
73
73
retention-days : 5
74
74
- name : Upload artifacts-sha256
75
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
75
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
76
76
with :
77
77
name : artifacts-sha256
78
78
path : artifacts-sha256
You can’t perform that action at this time.
0 commit comments