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 @@ -365,7 +365,7 @@ jobs:
365365
366366 # Download the binary artifact
367367 - name : Download binary artifact
368- uses : actions/download-artifact@v4
368+ uses : actions/download-artifact@v5
369369 with :
370370 name : continue-binary-${{ matrix.platform }}-${{ matrix.arch }}
371371 path : ./binary/bin/${{ matrix.platform }}-${{ matrix.arch }}/
@@ -536,7 +536,7 @@ jobs:
536536 # ./gradlew patchChangelog --release-note="$CHANGELOG"
537537
538538 - name : Download the plugin
539- uses : actions/download-artifact@v4
539+ uses : actions/download-artifact@v5
540540 with :
541541 name : ${{ steps.artifact.outputs.filename }}
542542 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@v4
123+ - uses : actions/download-artifact@v5
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@v4
159+ - uses : actions/download-artifact@v5
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@v4
107+ - uses : actions/download-artifact@v5
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@v4
145+ - uses : actions/download-artifact@v5
146146 with :
147147 pattern : " *-vsix"
148148 path : vsix-artifacts
You can’t perform that action at this time.
0 commit comments