Skip to content

Commit d599bb1

Browse files
authored
Merge pull request #7012 from continuedev/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents e575fdb + c13ce3c commit d599bb1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/jetbrains-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/preview.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)