Skip to content

Commit c9fc5c0

Browse files
committed
bump upload-artifact action
1 parent d91e243 commit c9fc5c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99

1010
workflow_dispatch:
11-
11+
1212
permissions:
1313
actions: read
1414
checks: none
@@ -209,7 +209,7 @@ jobs:
209209
category: "Trivy"
210210

211211
- name: Upload Trivy scan results as an artifact
212-
uses: actions/upload-artifact@v3
212+
uses: actions/upload-artifact@v4
213213
with:
214214
name: trivy
215215
path: trivy-results.sarif

0 commit comments

Comments
 (0)