Skip to content

Commit fcb69b4

Browse files
chore: bump svenstaro/upload-release-action from 2.11.2 to 2.11.3 (#1629)
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](svenstaro/upload-release-action@2.11.2...2.11.3) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a39666a commit fcb69b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: Upload binary to GitHub
165165
if: ${{ needs.release-plz.outputs.c2patool-release-tag }}
166-
uses: svenstaro/[email protected].2
166+
uses: svenstaro/[email protected].3
167167
with:
168168
repo_token: ${{ secrets.GITHUB_TOKEN }}
169169
file: target/${{ matrix.artifact_name }}
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Upload SBOM to Github
179179
if: ${{ needs.release-plz.outputs.c2patool-release-tag }}
180-
uses: svenstaro/[email protected].2
180+
uses: svenstaro/[email protected].3
181181
with:
182182
repo_token: ${{ secrets.GITHUB_TOKEN }}
183183
file: cli/c2patool-sbom.json

0 commit comments

Comments
 (0)