From 6e0e4835d176d4dab4cf3e7313a02be7a9bce028 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:15:35 +0000 Subject: [PATCH] chore(deps): 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 78b149429..6f360e285 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -493,7 +493,7 @@ jobs: path: out/SHA512SUMS.sign - name: Create ArchiSteamFarm GitHub release - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: artifacts: "out/*" bodyFile: .github/RELEASE_TEMPLATE.md