Skip to content

Commit 213f85a

Browse files
chore(deps): update actions/upload-artifact action to v4.6.2
1 parent 748cd0c commit 213f85a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
chown -R opam "/tmp/${{ github.run_number }}/metrics"
277277
sudo -u opam -E ./.github/scripts/export-metrics.sh "${{ needs.build_details.outputs.branch }}" "/tmp/${{ github.run_number }}/metrics"
278278
- name: Upload metrics artifact
279-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
279+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
280280
if: needs.build_details.outputs.is_fork != 'true' && matrix.target == '@citest'
281281
with:
282282
name: metrics
@@ -297,12 +297,12 @@ jobs:
297297
find _build/default/tests | grep '\.trace$' | while read i; do mv "$i" /tmp/${{ github.run_number }}/traces/${{ matrix.target }}; done
298298
- name: Upload traces
299299
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
301301
with:
302302
name: traces-${{ matrix.target }}
303303
path: ${{ github.workspace }}/${{ github.run_number }}/traces/${{ matrix.target }}
304304
- name: Export potential core dumps
305-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
305+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
306306
if: failure()
307307
with:
308308
name: core-dump-${{ matrix.os }}-${{ matrix.platform }}-${{ matrix.target }}
@@ -403,7 +403,7 @@ jobs:
403403
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 }}"
404404
- name: Upload debian packages artifacts
405405
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
407407
with:
408408
name: ${{ steps.build_deb.outputs.basename }}
409409
path: ${{ github.workspace }}/${{ github.run_number }}/${{ matrix.os }}_${{ matrix.platform }}/debian
@@ -449,7 +449,7 @@ jobs:
449449
SOURCE: ${{ needs.build_details.outputs.s3-artifact-basepath }}
450450
TARGET: ${{ github.workspace }}/${{ github.run_number }}/s3-artifacts
451451
- name: Upload S3 artifacts
452-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
452+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
453453
if: needs.build_details.outputs.is_fork != 'true'
454454
with:
455455
name: alpine-packages
@@ -495,7 +495,7 @@ jobs:
495495
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 }}
496496
id: build
497497
- name: Upload artifact
498-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
498+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
499499
with:
500500
name: ${{ steps.build.outputs.basename }}
501501
path: ${{ github.workspace }}/${{ github.run_number }}/win32/dist

0 commit comments

Comments
 (0)