Skip to content

Commit 13b5718

Browse files
Merge pull request product-os#1424 from product-os/renovate/actions-upload-artifact-4.6.x
Update actions/upload-artifact action to v4.6.2
2 parents 54c501e + 6157433 commit 13b5718

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/flowzone.yml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flowzone.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@
690690
691691
- &publishSBOMArtifacts
692692
name: Publish SBOM artifacts
693-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
693+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
694694

695695
- &publishSBOMToDependencyTrack
696696
name: Publish SBOM To Dependency Track
@@ -1563,7 +1563,7 @@ jobs:
15631563
15641564
# https://github.com/actions/upload-artifact
15651565
- name: Upload release notes file
1566-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
1566+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
15671567
with:
15681568
name: release-notes
15691569
path: ${{ runner.temp }}/release-notes.txt
@@ -2961,7 +2961,7 @@ jobs:
29612961
# https://github.com/actions/upload-artifact
29622962
- name: Upload artifact
29632963
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
29652965
with:
29662966
name: npm-${{ github.event.pull_request.head.sha }}
29672967
path: ${{ runner.temp }}/npm-pack/*.tgz
@@ -2979,7 +2979,7 @@ jobs:
29792979
# https://github.com/actions/upload-artifact
29802980
- name: Upload artifact
29812981
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
29832983
with:
29842984
name: docs-${{ github.event.pull_request.head.sha }}
29852985
path: ${{ runner.temp }}/docs.tar.zst
@@ -3367,7 +3367,7 @@ jobs:
33673367
# https://github.com/actions/upload-artifact
33683368
- name: Upload artifacts
33693369
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
33713371
with:
33723372
# this docker-{sha}-{target}-{platform} naming scheme is used by docker_publish to find the correct artifact
33733373
name: docker-${{ matrix.target_slug }}-${{ matrix.platform_slug }}
@@ -4291,7 +4291,7 @@ jobs:
42914291
tar --auto-compress -cvf ${{ needs.cargo_test.outputs.package }}-${{ matrix.target }}.tar.gz -C target/${{ matrix.target }}/release ${{ needs.cargo_test.outputs.package }}
42924292
42934293
- name: Upload artifact
4294-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4294+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
42954295
with:
42964296
name: gh-release-${{ matrix.target }}
42974297
path: ${{ needs.cargo_test.outputs.package }}-${{ matrix.target }}.tar.gz

0 commit comments

Comments
 (0)