From f538b74e81afdfad4f53a246ed7294aa7c707b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 16:42:08 +1200 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#733) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 6a665ce..c456d6b 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -283,7 +283,7 @@ jobs: shell: bash run: 7z a "$dst.zip" "$dst" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: builds retention-days: 1