From 844cec2a746763f08bfe4841b565b036ae89bc4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 20:49:28 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.3.5 --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 928154447d..b16a81284d 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 if: github.event_name == 'push' - run: echo $GITHUB_REF | sed -e 's/^refs\///g' -e 's/^tags\///g' > VERSION - - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 with: name: VERSION path: VERSION @@ -111,7 +111,7 @@ jobs: env: GOOS: ${{matrix.OS}} GOARCH: ${{matrix.ARCH}} - - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 with: name: kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}} path: kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}