Skip to content

Commit c2761af

Browse files
Build(deps): bump actions/download-artifact from 6 to 7 (#49)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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>
1 parent 55addfd commit c2761af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ jobs:
161161

162162
steps:
163163
- name: Release - Download release build artifact
164-
uses: actions/download-artifact@v6
164+
uses: actions/download-artifact@v7
165165
with:
166166
name: release-build-${{ needs.resolve-version.outputs.version }}
167167

168168
- name: Release - Download CodeQL pack artifacts
169-
uses: actions/download-artifact@v6
169+
uses: actions/download-artifact@v7
170170
with:
171171
name: codeql-tool-query-packs-${{ needs.resolve-version.outputs.version }}
172172
path: dist-packs

0 commit comments

Comments
 (0)