Skip to content

Commit 339e059

Browse files
authored
Merge pull request #60 from FeLvi-zzz/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v4
2 parents d11314e + 3ff8f37 commit 339e059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: cat trivy-report.txt >> $GITHUB_STEP_SUMMARY
8686

8787
- name: Upload trivy report
88-
uses: actions/upload-artifact@v3
88+
uses: actions/upload-artifact@v4
8989
with:
9090
name: trivy-report
9191
path: trivy-report.txt

0 commit comments

Comments
 (0)