From 82016d7d9bd9c84fb2d99f05f8b365771b25b2b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:46:31 +0000 Subject: [PATCH] Update actions/download-artifact action to v4.1.4 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 47e578f..493c395 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -142,7 +142,7 @@ jobs: show-progress: false - name: Download plugin artifact from ubuntu-latest - uses: actions/download-artifact@v4.1.3 + uses: actions/download-artifact@v4.1.4 with: name: ubuntu-latest_${{ env.PLUGIN_NAME }} path: out