Skip to content

Commit 1f9c985

Browse files
chore(deps): bump actions/download-artifact from 5 to 6
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]>
1 parent c1206b2 commit 1f9c985

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-extension.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install vsce
6868
run: npm install -g @vscode/vsce
6969

70-
- uses: actions/download-artifact@v5
70+
- uses: actions/download-artifact@v6
7171
with:
7272
name: extension-${{ inputs.version }}
7373

@@ -93,7 +93,7 @@ jobs:
9393
- name: Install ovsx
9494
run: npm install -g ovsx
9595

96-
- uses: actions/download-artifact@v5
96+
- uses: actions/download-artifact@v6
9797
with:
9898
name: extension-${{ inputs.version }}
9999

@@ -111,7 +111,7 @@ jobs:
111111
needs: setup
112112
runs-on: ubuntu-22.04
113113
steps:
114-
- uses: actions/download-artifact@v5
114+
- uses: actions/download-artifact@v6
115115
with:
116116
name: extension-${{ inputs.version }}
117117

0 commit comments

Comments
 (0)