From ec582d0c50595a32c36b9b1943efc7ed72f027c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:44:06 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/gitleaks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index f83f8e3..bde3e7f 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -25,7 +25,7 @@ jobs: gitleaks detect --source='/path' --report-format=json --report-path='/path/gitleaks-report.json' - name: Upload Report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: always() with: name: gitleaks-report-${{ github.sha }}