From d351fe1b30349e3737b8b375bc2d69c07145f429 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:50:54 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.1.5 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 181e9b8..76d56d2 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -43,7 +43,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@master - name: Download Artifact - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: public path: public