Skip to content

Commit 27c54c1

Browse files
Build(deps): bump actions/download-artifact from 7 to 8 (#94)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nathan Randall <70299490+data-douser@users.noreply.github.com>
1 parent 4218a34 commit 27c54c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,18 +181,18 @@ jobs:
181181

182182
steps:
183183
- name: Release - Download release build artifact
184-
uses: actions/download-artifact@v7
184+
uses: actions/download-artifact@v8
185185
with:
186186
name: release-build-${{ needs.resolve-version.outputs.version }}
187187

188188
- name: Release - Download CodeQL pack artifacts
189-
uses: actions/download-artifact@v7
189+
uses: actions/download-artifact@v8
190190
with:
191191
name: codeql-tool-query-packs-${{ needs.resolve-version.outputs.version }}
192192
path: dist-packs
193193

194194
- name: Release - Download VSIX artifact
195-
uses: actions/download-artifact@v7
195+
uses: actions/download-artifact@v8
196196
with:
197197
name: codeql-development-mcp-server-vsix-${{ needs.resolve-version.outputs.version }}
198198
path: dist-vsix

0 commit comments

Comments
 (0)