From 7c3b32e20b358a84e2781c39e428c4c02b3bf0c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 18:04:02 +0000 Subject: [PATCH] chore(deps): update robinraju/release-downloader action to v1.5 --- .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 6750084c86c4..ac5965c331b9 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 }}