From d779145ac99fc9e23008781da5b7b3f113d20443 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:11:37 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 093cc7e..0767fde 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -42,7 +42,7 @@ jobs: # Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section - name: Archive production artifacts if: success() || failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Mega-Linter reports path: |