File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 arguments : ${{ inputs.arguments }}
1818 encryptionKey : ${{ inputs.encryptionKey }}
19- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
19+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2020 if : ${{ always() }}
2121 with :
2222 name : Open Test Reports (${{ github.job }})
Original file line number Diff line number Diff line change 7171 -Dscan.tag.JDK_${{ matrix.jdk.version }} \
7272 build \
7373 --no-configuration-cache #Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
74- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
74+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7575 if : ${{ always() }}
7676 with :
7777 name : Open Test Reports (${{ github.job }} ${{ matrix.jdk.version }} (${{ matrix.jdk.release || matrix.jdk.type }}))
@@ -114,7 +114,7 @@ jobs:
114114 -Dscan.tag.OpenJ9 \
115115 build \
116116 --no-configuration-cache # Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
117- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
117+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
118118 if : ${{ always() }}
119119 with :
120120 name : Open Test Reports (${{ github.job }})
Original file line number Diff line number Diff line change 4848 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4949 # format to the repository Actions tab.
5050 - name : " Upload artifact"
51- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5252 with :
5353 name : SARIF file
5454 path : results.sarif
You can’t perform that action at this time.
0 commit comments