diff options
| author | Ha Thach <[email protected]> | 2026-03-18 18:10:32 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-18 18:10:32 +0700 |
| commit | 766ac4f7a2c223bb85312c8bb99f8c478c211bae (patch) | |
| tree | 795c7b40c1d8567378ae052a783b0d8b28531ec5 /.github/workflows/build.yml | |
| parent | 8f7f286ae347ec1adbfd0888d65fb1aeb263b7d2 (diff) | |
| parent | 0521e6698eb0719c27ef7c2473c9152be30ae172 (diff) | |
Merge pull request #3557 from hathach/hil-host-cdc
add more hil tests
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 960ccf8ee..f549bb1e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 2 # Needed for push commit comparison - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 id: filter with: filters: | @@ -124,7 +124,7 @@ jobs: - name: Upload Metrics Artifact if: github.event_name == 'push' || github.event_name == 'release' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: metrics-tinyusb path: metrics.json @@ -179,7 +179,7 @@ jobs: - name: Upload Metrics Comment Artifact if: github.event_name == 'pull_request' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: metrics-comment path: | |
