From e24750740c38d5211c31c93c25ddd5f4bfc0597d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 20:23:07 +0000 Subject: [PATCH] Bump flcdrg/remove-release-asset-action from 4 to 5 Bumps [flcdrg/remove-release-asset-action](https://github.com/flcdrg/remove-release-asset-action) from 4 to 5. - [Release notes](https://github.com/flcdrg/remove-release-asset-action/releases) - [Commits](https://github.com/flcdrg/remove-release-asset-action/compare/v4...v5) --- updated-dependencies: - dependency-name: flcdrg/remove-release-asset-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb26500..dfeb754 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -112,7 +112,7 @@ jobs: path: ${{ github.workspace }}\PowerShellWixExtension.${{ env.NBGV_NuGetPackageVersion }}.nupkg - name: Remove existing release asset - uses: flcdrg/remove-release-asset-action@v4 + uses: flcdrg/remove-release-asset-action@v5 if: github.ref == 'refs/heads/main' # Running this action only for main branch with: # The release id to remove asset from