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 @@ -102,7 +102,7 @@ jobs:
102
102
JFROG_PASSWORD : ${{ secrets.JFROG_PASSWORD }}
103
103
- name : Upload Test Reports
104
104
if : ${{ always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }}
105
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
105
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
106
106
with :
107
107
name : Build_JDK${{ matrix.java }}_${{ matrix.os }}-test-reports
108
108
path : |
Original file line number Diff line number Diff line change 73
73
run : |
74
74
./.github/scripts/rebuild-build.sh
75
75
- name : Upload dist/bundles
76
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
76
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
77
77
with :
78
78
name : Dist_Bundles_JDK${{ matrix.java }}_${{ matrix.os }}
79
79
if-no-files-found : error
@@ -121,7 +121,7 @@ jobs:
121
121
${{ format(matrix.runner, './.github/scripts/rebuild-test.sh') }}
122
122
- name : Upload Test Reports
123
123
if : ${{ always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }}
124
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
124
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
125
125
with :
126
126
name : Rebuild_JDK${{ matrix.java }}_${{ matrix.os }}-test-reports
127
127
path : |
You can’t perform that action at this time.
0 commit comments