From 5cee07692266bdb8880834bba9801bb6a13a5975 Mon Sep 17 00:00:00 2001 From: "hashicorp-tsccr[bot]" Date: Mon, 4 Mar 2024 06:19:31 +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 bf8b348e9..ce5ebd676 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@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 - 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@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 - 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@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 - name: Publish Stable to OpenVSX run: npx ovsx publish --packagePath $(find . -iname *.vsix) env: