From aaa648bd102bfbfd61d3ad6a2b6fafde3fcec13f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 09:29:16 +0100 Subject: [PATCH] build(deps): bump actions/upload-artifact (#9622) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/1746f4ab65b179e0ea60a494b83293b640dd5bba...65462800fd760344b1a7b4382951275a0abb4808) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/artifact-append/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/artifact-append/action.yml b/.github/actions/artifact-append/action.yml index e670dbc6d9..21eda3af50 100644 --- a/.github/actions/artifact-append/action.yml +++ b/.github/actions/artifact-append/action.yml @@ -22,7 +22,7 @@ runs: - run: echo "Artifact Append" shell: bash - name: Download artifact - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: ${{ inputs.artifact-name }} pattern: ${{ inputs.artifact-name }}-* @@ -85,7 +85,7 @@ runs: } } - name: Upload artifact - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: ${{ inputs.artifact-name }} path: ${{ inputs.file-name }}