Skip to content

Commit 5db2074

Browse files
authored
Merge pull request #68 from flcdrg/dependabot/github_actions/flcdrg/remove-release-asset-action-5
Bump flcdrg/remove-release-asset-action from 4 to 5
2 parents 9edaf90 + e247507 commit 5db2074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
path: ${{ github.workspace }}\PowerShellWixExtension.${{ env.NBGV_NuGetPackageVersion }}.nupkg
113113

114114
- name: Remove existing release asset
115-
uses: flcdrg/remove-release-asset-action@v4
115+
uses: flcdrg/remove-release-asset-action@v5
116116
if: github.ref == 'refs/heads/main' # Running this action only for main branch
117117
with:
118118
# The release id to remove asset from

0 commit comments

Comments
 (0)