From 130c3d00abfd522bfb8a6729a0f0098155efdc02 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Fri, 18 Jul 2025 08:17:23 +0200 Subject: [PATCH] Update GitHub Action Versions (#1237) Co-authored-by: github-actions[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d93143410..6f995ddc5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -275,7 +275,7 @@ jobs: path: ./CHANGELOG.md - name: Release - Publish Binaries - uses: ncipollo/release-action@v1.16.0 + uses: ncipollo/release-action@v1.18.0 with: allowUpdates: true artifactErrorsFailBuild: true