From df92f8b0b059087213a815176f99a0a896c10570 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:49:38 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.4.1 --- .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 3399f29063..d8092f713b 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 if: github.event_name == 'push' - run: echo $GITHUB_REF | sed -e 's/^refs\///g' -e 's/^tags\///g' > VERSION - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: VERSION path: VERSION @@ -111,7 +111,7 @@ jobs: env: GOOS: ${{matrix.OS}} GOARCH: ${{matrix.ARCH}} - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}} path: kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}