diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 5f6006b93f..fc5b9ca279 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 if: github.event_name == 'push' - run: echo $GITHUB_REF | sed -e 's/^refs\///g' -e 's/^tags\///g' > VERSION - - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: VERSION path: VERSION @@ -111,7 +111,7 @@ jobs: env: GOOS: ${{matrix.OS}} GOARCH: ${{matrix.ARCH}} - - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}} path: kubectl-passman-${{matrix.OS}}-${{matrix.ARCH}}${{matrix.EXT}}