diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 81425cf9..8d436f8e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -170,7 +170,7 @@ jobs: run: git pull origin main # 1. Download the artifacts - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 # 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 a04591c8..f05a9d84 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -156,7 +156,7 @@ jobs: git config --local user.name "GitHub Action" # Download the .vsix artifacts - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v5 - name: Tag the repository id: tag @@ -205,7 +205,7 @@ jobs: run: git pull origin preview # 1. Download the artifacts - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v5 # 2. Publish the extension to VS Code Marketplace - name: Publish to VS Code Marketplace