Skip to content

Commit 9d2f54c

Browse files
authored
Merge pull request #42 from home-assistant-libs/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
2 parents db733c0 + 84086fa commit 9d2f54c

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)