From c945aca1b73e736daf20d497535e0e4fcacd5c65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:17:48 +0000 Subject: [PATCH] Update ncipollo/release-action action to v1.13.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 1bc2b60f8..202ef890a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -503,7 +503,7 @@ jobs: path: out/SHA512SUMS.sign - name: Create ArchiSteamFarm GitHub release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 with: artifacts: "out/*" bodyFile: .github/RELEASE_TEMPLATE.md