File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ jobs:
398398
399399 # Download the binary artifact
400400 - name : Download binary artifact
401- uses : actions/download-artifact@v5
401+ uses : actions/download-artifact@v6
402402 with :
403403 name : continue-binary-${{ matrix.platform }}-${{ matrix.arch }}
404404 path : ./binary/bin/${{ matrix.platform }}-${{ matrix.arch }}/
@@ -563,7 +563,7 @@ jobs:
563563 # ./gradlew patchChangelog --release-note="$CHANGELOG"
564564
565565 - name : Download the plugin
566- uses : actions/download-artifact@v5
566+ uses : actions/download-artifact@v6
567567 with :
568568 name : ${{ steps.artifact.outputs.filename }}
569569 path : ./build/distributions/
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 git config --local user.name "GitHub Action"
121121
122122 # Download the .vsix artifacts
123- - uses : actions/download-artifact@v5
123+ - uses : actions/download-artifact@v6
124124 with :
125125 pattern : " *-vsix"
126126 path : vsix-artifacts
@@ -156,7 +156,7 @@ jobs:
156156 run : git fetch origin ${{ github.ref }} && git checkout ${{ github.ref }}
157157
158158 # 1. Download the artifacts
159- - uses : actions/download-artifact@v5
159+ - uses : actions/download-artifact@v6
160160 with :
161161 pattern : " *-vsix"
162162 path : vsix-artifacts
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 git config --local user.name "GitHub Action"
105105
106106 # Download the .vsix artifacts
107- - uses : actions/download-artifact@v5
107+ - uses : actions/download-artifact@v6
108108 with :
109109 pattern : " *-vsix"
110110 path : vsix-artifacts
@@ -142,7 +142,7 @@ jobs:
142142 run : git fetch origin ${{ github.ref }} && git checkout ${{ github.ref }}
143143
144144 # 1. Download the artifacts
145- - uses : actions/download-artifact@v5
145+ - uses : actions/download-artifact@v6
146146 with :
147147 pattern : " *-vsix"
148148 path : vsix-artifacts
You can’t perform that action at this time.
0 commit comments