@@ -276,7 +276,7 @@ jobs:
276
276
chown -R opam "/tmp/${{ github.run_number }}/metrics"
277
277
sudo -u opam -E ./.github/scripts/export-metrics.sh "${{ needs.build_details.outputs.branch }}" "/tmp/${{ github.run_number }}/metrics"
278
278
- name : Upload metrics artifact
279
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
279
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
280
280
if : needs.build_details.outputs.is_fork != 'true' && matrix.target == '@citest'
281
281
with :
282
282
name : metrics
@@ -297,12 +297,12 @@ jobs:
297
297
find _build/default/tests | grep '\.trace$' | while read i; do mv "$i" /tmp/${{ github.run_number }}/traces/${{ matrix.target }}; done
298
298
- name : Upload traces
299
299
if : (success() || failure()) && ${{ needs.build_details.outputs.save_traces == 'true' }}
300
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
300
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
301
301
with :
302
302
name : traces-${{ matrix.target }}
303
303
path : ${{ github.workspace }}/${{ github.run_number }}/traces/${{ matrix.target }}
304
304
- name : Export potential core dumps
305
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
305
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
306
306
if : failure()
307
307
with :
308
308
name : core-dump-${{ matrix.os }}-${{ matrix.platform }}-${{ matrix.target }}
@@ -403,7 +403,7 @@ jobs:
403
403
sudo -u opam -E ./.github/scripts/build-deb.sh ${{ github.sha }} ${{ needs.build_details.outputs.branch }} ${{ matrix.os }} ${{ matrix.platform }} "${{ needs.build_details.outputs.is_rolling_release }}" "${{ needs.build_details.outputs.is_release }}" "${{ needs.build_details.outputs.minimal_exclude_deps }}"
404
404
- name : Upload debian packages artifacts
405
405
if : (contains(matrix.os, 'debian') || contains(matrix.os, 'ubuntu'))
406
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
406
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
407
407
with :
408
408
name : ${{ steps.build_deb.outputs.basename }}
409
409
path : ${{ github.workspace }}/${{ github.run_number }}/${{ matrix.os }}_${{ matrix.platform }}/debian
@@ -449,7 +449,7 @@ jobs:
449
449
SOURCE : ${{ needs.build_details.outputs.s3-artifact-basepath }}
450
450
TARGET : ${{ github.workspace }}/${{ github.run_number }}/s3-artifacts
451
451
- name : Upload S3 artifacts
452
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
452
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
453
453
if : needs.build_details.outputs.is_fork != 'true'
454
454
with :
455
455
name : alpine-packages
@@ -495,7 +495,7 @@ jobs:
495
495
gosu opam:root ./.github/scripts/build-win32.sh ${{ matrix.system }} ${{ needs.build_details.outputs.branch }} "${{ steps.cpu_cores.outputs.count }}" "${{ needs.build_details.outputs.is_rolling_release }}" "${{ needs.build_details.outputs.is_release }}" ${{ github.sha }}
496
496
id : build
497
497
- name : Upload artifact
498
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
498
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
499
499
with :
500
500
name : ${{ steps.build.outputs.basename }}
501
501
path : ${{ github.workspace }}/${{ github.run_number }}/win32/dist
0 commit comments