From 4f9c30811150996985ae1b1cdf4dcb0135765d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:31:07 -0700 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#1082) Bumps [actions/upload-artifact](https://github.com/actions/upload-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 8afdbcbb..5daa111b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: echo "{\"sha\": \"$(git rev-parse HEAD)\"}" > ${{ runner.temp }}/variables.json - name: Upload variables - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: variables-json-artifact path: ${{ runner.temp }}/variables.json