diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e44d519e..a5aa8673 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -556,35 +556,35 @@ jobs: path: coverage/windows - name: Upload coverage report for auth0_flutter - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 with: name: Auth0 Flutter flags: auth0_flutter directory: coverage/auth0_flutter - name: Upload coverage report for auth0_flutter_platform_interface - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 with: name: Auth0 Flutter flags: auth0_flutter_platform_interface directory: coverage/auth0_flutter_platform_interface - name: Upload coverage report for iOS - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 with: name: Auth0 Flutter flags: auth0_flutter_ios directory: coverage/ios - name: Upload coverage report for Android - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 with: name: Auth0 Flutter flags: auth0_flutter_android directory: coverage/android - name: Upload coverage report for Windows - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 with: name: Auth0 Flutter flags: auth0_flutter_windows