From 9fbdb936ab3ce67f550b1a52f37fa5e933ab7515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 10:16:46 +0100 Subject: [PATCH] Bump ncipollo/release-action from 1.11.1 to 1.11.2 (#4150) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 459f349bf..f8cd42e3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -250,7 +250,7 @@ jobs: path: release-artifacts/ - name: Create release - uses: ncipollo/release-action@v1.11.1 + uses: ncipollo/release-action@v1.11.2 with: removeArtifacts: true allowUpdates: true