try github-script v8

This commit is contained in:
Arthur Tazhitdinov 2026-02-01 17:07:10 +05:00
parent ce204d1a8f
commit 7f08cc3667

View File

@ -101,7 +101,7 @@ jobs:
- name: Comment PR with firmware stats and firmware.bin - name: Comment PR with firmware stats and firmware.bin
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
uses: actions/github-script@v7 uses: actions/github-script@v8
with: with:
script: | script: |
const marker = '<!-- firmware-stats -->'; const marker = '<!-- firmware-stats -->';