From 018268fbaca052987f2cbeb14569eff8c21c7a01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 04:57:10 +0000 Subject: [PATCH] ci(deps): Update actions/download-artifact action to v4.1.8 --- .github/actions/download-tar/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/download-tar/action.yml b/.github/actions/download-tar/action.yml index 5cc715cc..2af02ec4 100644 --- a/.github/actions/download-tar/action.yml +++ b/.github/actions/download-tar/action.yml @@ -15,7 +15,7 @@ inputs: runs: using: composite steps: - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v4.1.8 with: name: ${{ inputs.name }} path: ${{ inputs.path }}