Skip to content

Commit c97aa95

Browse files
committed
update upload-artifact version
1 parent cd6b205 commit c97aa95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/secrets-scan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
echo {{steps.scan.outputs.found-count}} && \
2626
core.setFailed('Secrets found. Please check the uploaded report')
2727
- name: Upload scan reports
28-
uses: actions/upload-artifact@v3.1.2
28+
uses: actions/upload-artifact@v4.6.0
2929
if: failure()
3030
with:
3131
name: whispers-report
32-
path: /home/runner/reports/whispers.json
32+
path: /home/runner/reports/whispers.json

0 commit comments

Comments
 (0)