From 5cb9f4b0f5f3e3a863816da9249fd813feface89 Mon Sep 17 00:00:00 2001 From: hallieswan <26949006+hallieswan@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:40:20 -0800 Subject: [PATCH] fix(sage-monorepo): update actions/upload-artifact version (#2957) --- .github/workflows/scan-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-images.yml b/.github/workflows/scan-images.yml index c07f151e1d..c955e57214 100644 --- a/.github/workflows/scan-images.yml +++ b/.github/workflows/scan-images.yml @@ -68,7 +68,7 @@ jobs: wait-for-processing: true - name: Detain results for debug if needed - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: trivy-results-${{ matrix.image }}-edge.sarif path: trivy-results-${{ matrix.image }}-edge.sarif