Skip to content

Commit 1fc3c84

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#1046)
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 861aeb8 commit 1fc3c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions/checkout@v5
104104

105105
- name: Download executable
106-
uses: actions/download-artifact@v5
106+
uses: actions/download-artifact@v6
107107
with:
108108
name: kube-linter
109109

@@ -152,7 +152,7 @@ jobs:
152152
# Checkout all repo history to make tags available for figuring out kube-linter version during build.
153153
fetch-depth: 0
154154
- name: Download windows executable
155-
uses: actions/download-artifact@v5
155+
uses: actions/download-artifact@v6
156156
with:
157157
name: kube-linter.exe
158158
path: tmp/

0 commit comments

Comments
 (0)