From 0c98a153f69aca584496e75e77946f5a01dd13a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:53:45 +0800 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#95) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c0b537..03fe974 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,7 @@ jobs: uses: actions/checkout@v3 - name: Download All Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: artifacts -