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