Bumped versions of deprecated actions

This commit is contained in:
Nguyen Thai
2024-06-04 15:10:29 +07:00
committed by Dat H. Pham
parent a877f2bd3a
commit 0e57da59e1
5 changed files with 20 additions and 15 deletions
+7 -2
View File
@@ -7,6 +7,11 @@ on:
name: Test Reports
permissions:
contents: read
actions: read
checks: write
jobs:
reports:
name: Upload test reports
@@ -14,8 +19,8 @@ jobs:
steps:
- uses: dorny/test-reporter@v1
with:
artifact: test-reports
name: Flutter Tests
artifact: /test-reports-(.*)/
name: Flutter Tests - $1
path: "*.json"
reporter: flutter-json
only-summary: "true"