Skip to content

Commit

Permalink
patch: workflows: Switch to latest stable version of action/release.
Browse files Browse the repository at this point in the history
Warning:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: softprops/action-gh-release@v1.

Signed-off-by: Carlo Dandan <[email protected]>
  • Loading branch information
carlodandan committed Jun 30, 2024
1 parent 29a0513 commit b13e268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vendor_boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
tar cvf fastbootd-vendor_boot.tar vendor_boot.img
- name: Upload to Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: output/fastbootd-vendor_boot.tar
name: Patched VENDOR_BOOT's Recovery Ramdisk
Expand Down

0 comments on commit b13e268

Please sign in to comment.