From 7a35533c6296f3b07fd5011df0d0dbaaab6d6dbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 04:08:29 +0000 Subject: [PATCH] Update ncipollo/release-action action to v1.14.0 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 720d80d..accb216 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -161,7 +161,7 @@ jobs: path: out/SHA512SUMS.sign - name: Create Madness GitHub release - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: artifacts: "out/*" bodyFile: .github/RELEASE_TEMPLATE.md