Skip to content

Commit 0e81b38

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent c7e1e76 commit 0e81b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
gitleaks detect --source='/path' --report-format=json --report-path='/path/gitleaks-report.json'
2626
2727
- name: Upload Report
28-
uses: actions/upload-artifact@v4
28+
uses: actions/upload-artifact@v5
2929
if: always()
3030
with:
3131
name: gitleaks-report-${{ github.sha }}

0 commit comments

Comments
 (0)