diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6750084c..ac5965c3 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 }}