From e676ef5022121c286e4d8f19d7fdaf0f992678e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:36:07 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-macvim.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-macvim.yaml b/.github/workflows/ci-macvim.yaml index efd078b31d..7c81411b45 100644 --- a/.github/workflows/ci-macvim.yaml +++ b/.github/workflows/ci-macvim.yaml @@ -360,7 +360,7 @@ jobs: - name: Upload MacVim image if: startsWith(github.ref, 'refs/tags/') && matrix.publish - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: MacVim${{ matrix.publish_postfix }}.dmg path: src/MacVim/build/Release/MacVim${{ matrix.publish_postfix }}.dmg