From dfe7f0716217d6fdfc0015156f9302dc2a0faab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:45:31 -0700 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 (#12487) 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> Signed-off-by: Mark S --- .github/workflows/integration.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c4424f1d1459f..91e0a1634fcc5 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -135,7 +135,7 @@ jobs: docker cp "$id:/out/linkerd-linux-amd64" /home/runner/archives/linkerd v=$(/home/runner/archives/linkerd version --short --client) [[ "$v" == '${{ needs.meta.outputs.tag }}' ]] || exit 1 - - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 with: name: image-archives-cli path: /home/runner/archives @@ -172,7 +172,7 @@ jobs: run: | mkdir -p /home/runner/archives docker save '${{ steps.build.outputs.image }}' >'/home/runner/archives/${{ matrix.component }}.tar' - - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 with: name: image-archives-${{ matrix.component }} path: /home/runner/archives @@ -293,7 +293,7 @@ jobs: run: | mkdir -p /home/runner/archives docker save '${{ steps.build.outputs.image }}' >'/home/runner/archives/${{ matrix.component }}.tar' - - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 with: name: image-archives-${{ matrix.component }} path: /home/runner/archives diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43c1f93f26c10..8359ce07073f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: # https://github.com/actions/upload-artifact/issues/8 - name: Upload artifact if: matrix.component == 'cli-bin' - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 with: name: image-archives-cli path: /home/runner/archives @@ -213,7 +213,7 @@ jobs: args: pack bin/win/linkerd.nuspec - name: Chocolatey - upload package if: startsWith(github.ref, 'refs/tags/stable') - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 with: name: choco path: ./linkerd.*.nupkg