690
690
691
691
- &publishSBOMArtifacts
692
692
name : Publish SBOM artifacts
693
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
693
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
694
694
695
695
- &publishSBOMToDependencyTrack
696
696
name : Publish SBOM To Dependency Track
@@ -1563,7 +1563,7 @@ jobs:
1563
1563
1564
1564
# https://github.com/actions/upload-artifact
1565
1565
- name : Upload release notes file
1566
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
1566
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
1567
1567
with :
1568
1568
name : release-notes
1569
1569
path : ${{ runner.temp }}/release-notes.txt
@@ -2961,7 +2961,7 @@ jobs:
2961
2961
# https://github.com/actions/upload-artifact
2962
2962
- name : Upload artifact
2963
2963
if : needs.is_npm.outputs.npm_private != 'true' && needs.is_npm.outputs.max_node_version == matrix.node_version
2964
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
2964
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2965
2965
with :
2966
2966
name : npm-${{ github.event.pull_request.head.sha }}
2967
2967
path : ${{ runner.temp }}/npm-pack/*.tgz
@@ -2979,7 +2979,7 @@ jobs:
2979
2979
# https://github.com/actions/upload-artifact
2980
2980
- name : Upload artifact
2981
2981
if : needs.is_npm.outputs.npm_docs == 'true' && needs.is_npm.outputs.max_node_version == matrix.node_version
2982
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
2982
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2983
2983
with :
2984
2984
name : docs-${{ github.event.pull_request.head.sha }}
2985
2985
path : ${{ runner.temp }}/docs.tar.zst
@@ -3367,7 +3367,7 @@ jobs:
3367
3367
# https://github.com/actions/upload-artifact
3368
3368
- name : Upload artifacts
3369
3369
if : needs.is_docker.outputs.docker_publish_matrix != ''
3370
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
3370
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3371
3371
with :
3372
3372
# this docker-{sha}-{target}-{platform} naming scheme is used by docker_publish to find the correct artifact
3373
3373
name : docker-${{ matrix.target_slug }}-${{ matrix.platform_slug }}
@@ -4291,7 +4291,7 @@ jobs:
4291
4291
tar --auto-compress -cvf ${{ needs.cargo_test.outputs.package }}-${{ matrix.target }}.tar.gz -C target/${{ matrix.target }}/release ${{ needs.cargo_test.outputs.package }}
4292
4292
4293
4293
- name : Upload artifact
4294
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4294
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4295
4295
with :
4296
4296
name : gh-release-${{ matrix.target }}
4297
4297
path : ${{ needs.cargo_test.outputs.package }}-${{ matrix.target }}.tar.gz
0 commit comments