From ea1ed2bd95e795648924e0bff4e7b8b34171aa86 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Aug 2026 10:38:38 +0000 Subject: [PATCH] Update OctopusDeploy/create-release-action action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5466e4..9169b89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: - name: Create a release in Octopus if: github.actor != 'dependabot[bot]' - uses: OctopusDeploy/create-release-action@v3 + uses: OctopusDeploy/create-release-action@v4 with: space: ${{ env.OCTOPUS_SPACE }} project: ${{ env.OCTOPUS_PROJECT }}