Skip to content

Commit 09b09b9

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#8460)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab214e3 commit 09b09b9

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
@@ -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/

.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@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

.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@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

0 commit comments

Comments
 (0)