Skip to content

Commit 84086fa

Browse files
Bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cdadfc commit 84086fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
name: chip-wheels-linux-${{ matrix.arch.name }}
140140
path: ./connectedhomeip/out/controller/python/*.whl
141141
- name: Upload wheels as release assets
142-
uses: softprops/action-gh-release@v1
142+
uses: softprops/action-gh-release@v2
143143
if: startsWith(github.ref, 'refs/tags/')
144144
with:
145145
files: project-chip/out/controller/python/*.whl
@@ -231,7 +231,7 @@ jobs:
231231
name: chip-wheels-macosx-${{ matrix.arch.name }}
232232
path: project-chip/out/controller/python/*.whl
233233
- name: Upload wheels as release assets
234-
uses: softprops/action-gh-release@v1
234+
uses: softprops/action-gh-release@v2
235235
if: startsWith(github.ref, 'refs/tags/')
236236
with:
237237
files: connectedhomeip/out/controller/python/*.whl

0 commit comments

Comments
 (0)