diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8b9fa5235c..5fbc4506bf 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -173,7 +173,7 @@ jobs: run: git pull origin main # 1. Download the artifacts - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 # 2. Publish the extension to VS Code Marketplace - name: Publish to VS Code Marketplace diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 52f850f088..73e95019f6 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -173,7 +173,7 @@ jobs: run: git pull origin preview # 1. Download the artifacts - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 # 2. Publish the extension to VS Code Marketplace - name: Publish to VS Code Marketplace