From 385fbf131fa944a2a50d08767edee8e85ad1bd75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:26:38 -0700 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 (#1081) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. --- .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 87324ac8..8afdbcbb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download variables - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: variables-json-artifact path: ${{ runner.temp }}