File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
export _JAVA_OPTIONS="-Xmx4G"
126
126
./gradlew --parallel :ca-certificates:check --stacktrace
127
127
128
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
128
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
129
129
if : always() # always run even if the previous step fails
130
130
with :
131
131
name : test-results-ca-certificates
@@ -166,7 +166,7 @@ jobs:
166
166
mkdir ${{ matrix.product.version }}
167
167
mv $( echo "${{ matrix.image_type }}" | tr [:upper:] [:lower:] ) ${{ matrix.product.version }}
168
168
169
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
169
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
170
170
if : always() # always run even if the previous step fails
171
171
with :
172
172
name : test-results-${{ matrix.product.name }}-${{ matrix.product.version }}-${{ matrix.distro }}-${{ matrix.image_type }}
@@ -187,7 +187,7 @@ jobs:
187
187
with :
188
188
name : test-results-*
189
189
190
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
190
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
191
191
with :
192
192
name : test-results
193
193
path : ' **/build/test-results/**/TEST-*.xml'
Original file line number Diff line number Diff line change 58
58
export WORKSPACE=$PWD
59
59
bash pkgbuild/create-installer-mac.sh
60
60
61
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
61
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
62
62
with :
63
63
name : macos-${{ env.MAJOR_VERSION }}-${{ matrix.architecture }}
64
64
path : workspace/target/*.pkg
Original file line number Diff line number Diff line change 58
58
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
59
59
# format to the repository Actions tab.
60
60
- name : " Upload artifact"
61
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
61
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
62
62
with :
63
63
name : SARIF file
64
64
path : results.sarif
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
JVM : ${{ matrix.JVM }}
106
106
shell : cmd
107
107
108
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
108
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
109
109
with :
110
110
name : windows-${{ env.PRODUCT_MAJOR_VERSION }}-${{ matrix.arch }}
111
111
path : wix/ReleaseDir/*.msi
You can’t perform that action at this time.
0 commit comments