Skip to content

Commit ca5881c

Browse files
authored
Merge pull request #6 from kubescape/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2 parents 8e72861 + 1fda5f1 commit ca5881c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
needs: [release-checker, debian, rpm]
146146
if: needs.release-checker.outputs.needrelease == 'true' && github.repository_owner == 'kubescape'
147147
steps:
148-
- uses: actions/download-artifact@v3
148+
- uses: actions/download-artifact@v4
149149
id: download-artifact
150150
with:
151151
path: .

0 commit comments

Comments
 (0)