diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f16b58..c1e3648 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: needs: package if: github.event.inputs.publishMS == 'true' steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: ${{ needs.package.outputs.packageName }} - name: Publish to VS Marketplace @@ -85,7 +85,7 @@ jobs: needs: package if: github.event.inputs.publishOVSX == 'true' steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: ${{ needs.package.outputs.packageName }} - name: Publish to Open VSX @@ -99,7 +99,7 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: ${{ needs.package.outputs.packageName }} - name: Create GitHub Release