From 1f5363fd1672a7864977846cee88b3dd8af7b92e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:13:58 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .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..b8e5c07 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@v7 if: always() with: name: gitleaks-report-${{ github.sha }}