From aa2c5da70fe2f191232530d72d2e3c35715ffc81 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Fri, 22 Dec 2023 08:36:39 -0600 Subject: [PATCH] Revert "Bump actions/download-artifact from 3 to 4" (#3892) Reverts opensearch-project/security#3860 Signed-off-by: Prabhas Kurapati --- .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 49995947cf..51268baed4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 with: path: downloaded-artifacts