From c854d34f7f0367700e7b96b67e73e55d1f5292fa Mon Sep 17 00:00:00 2001
From: Prathmesh Ranaut <prathmesh@stripe.com>
Date: Thu, 23 Jan 2025 15:38:07 -0500
Subject: [PATCH] Updated upload artifact ci action

---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2c03e032fa0..c8e4c0cf005 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -205,7 +205,7 @@ jobs:
           mv ../japi-compliance-checker/compat_reports/stripe-java/*/compat_report.html report.html
 
       - name: Upload report as artifact
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         with:
           name: JAPI Compliance Report
           path: report.html