diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8696beb99..4b99e1a74 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -36,7 +36,7 @@ jobs: cache: "yarn" - name: Download npm package from release artifacts - uses: robinraju/release-downloader@v1.7 + uses: robinraju/release-downloader@v1.8 with: repository: "coder/code-server" tag: ${{ github.event.inputs.version || github.ref_name }} @@ -184,7 +184,7 @@ jobs: echo "VERSION=${TAG#v}" >> $GITHUB_ENV - name: Download release artifacts - uses: robinraju/release-downloader@v1.7 + uses: robinraju/release-downloader@v1.8 with: repository: "coder/code-server" tag: v${{ env.VERSION }}