From b35678267d1e5f992369d17f8b9a8bd3804d3c74 Mon Sep 17 00:00:00 2001 From: "Amrathesh ." <48640575+amrathesh@users.noreply.github.com> Date: Fri, 30 May 2025 11:12:59 +0530 Subject: [PATCH] Update SBMR_ACS_CHECKOUT.yml --- .github/workflows/SBMR_ACS_CHECKOUT.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/SBMR_ACS_CHECKOUT.yml b/.github/workflows/SBMR_ACS_CHECKOUT.yml index 78ddd1b..69a7d99 100644 --- a/.github/workflows/SBMR_ACS_CHECKOUT.yml +++ b/.github/workflows/SBMR_ACS_CHECKOUT.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -29,7 +29,7 @@ jobs: ls sbmr-acs-$COMMIT_SHA.zip - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: sbmr-acs-${{ env.commit_sha }}.zip path: sbmr-acs-${{ env.commit_sha }}.zip