Skip to content

Commit 7c44116

Browse files
authored
Merge pull request #13 from codebytes/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents 425c5d0 + 16f915e commit 7c44116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
exit-code: 0
8484

8585
- name: Upload Vulnerability Scan Results
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v6
8787
with:
8888
name: trivy-report
8989
path: trivy-report.json

0 commit comments

Comments
 (0)