File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
jdksource : ' install-jdk'
52
52
version : ${{ matrix.version }}
53
53
openjdk_testRepo : ' ${{ github.event.pull_request.head.repo.full_name }}:${{ github.head_ref }}'
54
- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
54
+ - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
55
55
if : failure()
56
56
with :
57
57
name : output_changed_based_build_list
Original file line number Diff line number Diff line change 44
44
cat all.json | python scripts/disabled_tests/issue_status.py -v > output.json
45
45
echo "::endgroup::"
46
46
- name : store artifact
47
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
47
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
48
48
with :
49
49
name : disabled_tests
50
50
path : output.json
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
version : ${{ matrix.jdk_version }}
158
158
openjdk_testRepo : ' ${{ fromJSON(steps.get-pr.outputs.result).head.repo.full_name }}:${{ fromJSON(steps.get-pr.outputs.result).head.ref }}'
159
159
tkg_Repo : ${{ matrix.tkg_repo }}
160
- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
160
+ - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
161
161
if : failure()
162
162
with :
163
163
name : test_output
You can’t perform that action at this time.
0 commit comments