From eb7770f2f0bdf57a5b5df65178a0720abdf1bce9 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:48:49 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 02be7a3..a2dd1e2 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -60,13 +60,13 @@ jobs: java -jar wss-unified-agent.jar fi - name: 'Upload WhiteSource folder' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v7 with: name: Mend path: whitesource retention-days: 14 - name: 'Upload Mend folder if failure' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v7 if: failure() with: name: Mend