Skip to content

Commit 8481ab8

Browse files
committed
🔧 Update upload-release-action version in release workflow
Update the version of svenstaro/upload-release-action from v1-release to 2.11.5 to ensure compatibility with the latest GitHub Actions features and security improvements.
1 parent a7ce916 commit 8481ab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cd apps/meters_to_ha
2828
zip MetersToHA.zip -r ./
2929
- name: Upload zip to release
30-
uses: svenstaro/upload-release-action@v1-release
30+
uses: svenstaro/upload-release-action@2.11.5
3131
with:
3232
repo_token: ${{ secrets.GITHUB_TOKEN }}
3333
file: ./apps/meters_to_ha/MetersToHA.zip

0 commit comments

Comments
 (0)