diff --git a/.github/workflows/jetbrains-release.yaml b/.github/workflows/jetbrains-release.yaml index 38413cf0c5..435086f81d 100644 --- a/.github/workflows/jetbrains-release.yaml +++ b/.github/workflows/jetbrains-release.yaml @@ -398,7 +398,7 @@ jobs: # Download the binary artifact - name: Download binary artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: continue-binary-${{ matrix.platform }}-${{ matrix.arch }} path: ./binary/bin/${{ matrix.platform }}-${{ matrix.arch }}/ @@ -563,7 +563,7 @@ jobs: # ./gradlew patchChangelog --release-note="$CHANGELOG" - name: Download the plugin - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ steps.artifact.outputs.filename }} path: ./build/distributions/ diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c9aa161779..547bc4e2a7 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -120,7 +120,7 @@ jobs: git config --local user.name "GitHub Action" # Download the .vsix artifacts - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: pattern: "*-vsix" path: vsix-artifacts @@ -156,7 +156,7 @@ jobs: run: git fetch origin ${{ github.ref }} && git checkout ${{ github.ref }} # 1. Download the artifacts - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: pattern: "*-vsix" path: vsix-artifacts diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 76e5dbc4d7..9bbb5be826 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -104,7 +104,7 @@ jobs: git config --local user.name "GitHub Action" # Download the .vsix artifacts - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: pattern: "*-vsix" path: vsix-artifacts @@ -142,7 +142,7 @@ jobs: run: git fetch origin ${{ github.ref }} && git checkout ${{ github.ref }} # 1. Download the artifacts - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: pattern: "*-vsix" path: vsix-artifacts