From b6ec41bca46695e3c828011394455b4e2fbd999a Mon Sep 17 00:00:00 2001 From: "hashicorp-tsccr[bot]" Date: Mon, 11 Mar 2024 06:06:46 +0000 Subject: [PATCH] Result of tsccr-helper -log-level=info gha update -latest . --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce5ebd676..9185a7583 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -93,7 +93,7 @@ jobs: needs: build if: success() && inputs.deploy_type == 'prerelease' steps: - - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 - name: Publish Prerelease to Marketplace run: npx vsce publish --pre-release --no-git-tag-version --packagePath $(find . -iname *.vsix) env: @@ -105,7 +105,7 @@ jobs: needs: build if: success() && inputs.deploy_type == 'stable' steps: - - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 - name: Publish Stable to Marketplace run: npx vsce publish --no-git-tag-version --packagePath $(find . -iname *.vsix) env: @@ -117,7 +117,7 @@ jobs: needs: build if: success() && inputs.deploy_type == 'stable' steps: - - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 - name: Publish Stable to OpenVSX run: npx ovsx publish --packagePath $(find . -iname *.vsix) env: