From 74017ecc659a041674606e399b38a33aaec0743c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 13:34:04 -0700 Subject: [PATCH] chore(deps): update robinraju/release-downloader action to v1.5 (#5538) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6750084c8..ac5965c33 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -147,7 +147,7 @@ jobs: run: echo "::set-output name=version::$(jq -r .version package.json)" - name: Download release artifacts - uses: robinraju/release-downloader@v1.4 + uses: robinraju/release-downloader@v1.5 with: repository: "coder/code-server" tag: v${{ steps.version.outputs.version }}